[glyf] Comment
This commit is contained in:
parent
0e4bcf908c
commit
781da13e99
|
@ -84,7 +84,10 @@ struct SubsetGlyph
|
|||
* updating the length in the loca table, which is already
|
||||
* written out :-(. So we just fill the rest of the glyph with
|
||||
* harmless instructions, since that's what they will be
|
||||
* interpreted as. */
|
||||
* interpreted as.
|
||||
*
|
||||
* Should move the lowering to _populate_subset_glyphs() to
|
||||
* fix this issue. */
|
||||
|
||||
hb_memset (p, 0x7A /* TrueType instruction ROFF; harmless */, end - p);
|
||||
p += end - p;
|
||||
|
|
Loading…
Reference in New Issue