[aat] Comment
This commit is contained in:
parent
26092bb3d1
commit
25fe7e7e10
|
@ -292,7 +292,8 @@ struct Lookup
|
||||||
} u;
|
} u;
|
||||||
public:
|
public:
|
||||||
DEFINE_SIZE_MIN (0); /* 0 min size, makes sure this cannot be used on null pool,
|
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 :(. */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue