[glyf] Comment
This commit is contained in:
parent
5d74b42b9e
commit
85d0c3b5f1
|
@ -253,6 +253,8 @@ struct CompositeGlyphRecord
|
||||||
if (!(flags & GID_IS_24BIT) || gid > 0xFFFFu)
|
if (!(flags & GID_IS_24BIT) || gid > 0xFFFFu)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
/* Lower the flag and move the rest of the struct down. */
|
||||||
|
|
||||||
unsigned size = get_size ();
|
unsigned size = get_size ();
|
||||||
char *end = (char *) this + size;
|
char *end = (char *) this + size;
|
||||||
char *p = &StructAfter<char> (flags);
|
char *p = &StructAfter<char> (flags);
|
||||||
|
|
Loading…
Reference in New Issue