Searched refs:TLV_FONTFEATURE_TAG (Results 1 – 2 of 2) sorted by relevance
187 WriteUint8(buff, TLV_FONTFEATURE_TAG); in WriteFontFeature()198 if (ReadUint8(buff, cursor) != TLV_FONTFEATURE_TAG) { in ReadFontFeature()
53 constexpr uint8_t TLV_FONTFEATURE_TAG = 0x29; variable