[open-type] Add HBGlyph24

This commit is contained in:
Behdad Esfahbod 2022-07-06 12:26:16 -06:00
parent 7cfe7fe651
commit 2c67261723
1 changed files with 4 additions and 0 deletions

View File

@ -196,6 +196,10 @@ struct HBGlyphID16 : HBUINT16
{
HBGlyphID16& operator = (uint16_t i) { HBUINT16::operator= (i); return *this; }
};
struct HBGlyphID24 : HBUINT24
{
HBGlyphID24& operator = (uint32_t i) { HBUINT24::operator= (i); return *this; }
};
/* Script/language-system/feature index */
struct Index : HBUINT16 {