From 781da13e99d1373b4e33a84b40e01923e6f64e49 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 20 Apr 2023 16:59:25 -0600 Subject: [PATCH] [glyf] Comment --- src/OT/glyf/SubsetGlyph.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/OT/glyf/SubsetGlyph.hh b/src/OT/glyf/SubsetGlyph.hh index c21fee80b..1c1287ba4 100644 --- a/src/OT/glyf/SubsetGlyph.hh +++ b/src/OT/glyf/SubsetGlyph.hh @@ -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;