[aat] Comment

This commit is contained in:
Behdad Esfahbod 2018-10-16 18:22:54 -07:00
parent 26092bb3d1
commit 25fe7e7e10
1 changed files with 2 additions and 1 deletions

View File

@ -292,7 +292,8 @@ struct Lookup
} u;
public:
DEFINE_SIZE_MIN (0); /* 0 min size, makes sure this cannot be used on null pool,
because Format0 has unbounded size depending on num_glyphs. */
* because Format0 has unbounded size depending on num_glyphs.
* We cannot define custom null bytes for a template :(. */
};