Closed GoogleCodeExporter closed 9 years ago
Here's a version using Roboto Regular
With this font the error occurs with U+0009/CHARACTER TABULATION (glyph id 1036)
Original comment by tinned...@yahoo.com
on 27 Jan 2013 at 8:35
Attachments:
Yeah, they both should be throwing an exception when read from.
One thing to think about is that it is entirely legal to have a glyph of zero
size in the glyf table or to have a non-zero size one with zero contours. Both
of these cases can be checked by asking for the number of contours and if it is
zero then not making other calls to the glyph object. In any real code you
should wrap you glyph query code with a call to the contour check.
Original comment by stua...@google.com
on 5 Feb 2013 at 2:18
Fixed with r155.
Original comment by stua...@google.com
on 30 Mar 2013 at 12:48
Original issue reported on code.google.com by
tinned...@yahoo.com
on 26 Jan 2013 at 3:12Attachments: