[aat] Actually fix d887f93148
This commit is contained in:
parent
1eb98c9916
commit
0e3b3379a0
|
@ -196,7 +196,7 @@ struct ContextualSubtable
|
||||||
HBUINT16 currentIndex; /* Index of the substitution table for the
|
HBUINT16 currentIndex; /* Index of the substitution table for the
|
||||||
* current glyph (use 0xFFFF for none). */
|
* current glyph (use 0xFFFF for none). */
|
||||||
public:
|
public:
|
||||||
DEFINE_SIZE_MIN (4);
|
DEFINE_SIZE_STATIC (4);
|
||||||
};
|
};
|
||||||
|
|
||||||
inline bool apply (hb_apply_context_t *c) const
|
inline bool apply (hb_apply_context_t *c) const
|
||||||
|
|
Loading…
Reference in New Issue