[glyf] Comment

This commit is contained in:
Behdad Esfahbod 2023-04-20 16:59:25 -06:00
parent 0e4bcf908c
commit 781da13e99
1 changed files with 4 additions and 1 deletions

View File

@ -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;