[glyf] Comment

This commit is contained in:
Behdad Esfahbod 2023-04-20 17:17:28 -06:00
parent 5d74b42b9e
commit 85d0c3b5f1
1 changed files with 2 additions and 0 deletions

View File

@ -253,6 +253,8 @@ struct CompositeGlyphRecord
if (!(flags & GID_IS_24BIT) || gid > 0xFFFFu)
return;
/* Lower the flag and move the rest of the struct down. */
unsigned size = get_size ();
char *end = (char *) this + size;
char *p = &StructAfter<char> (flags);