Searched refs:TLV_FONTFAMILIES_TAG (Results 1 – 2 of 2) sorted by relevance
111 WriteUint8(buff, TLV_FONTFAMILIES_TAG); in WriteFontFamily()121 if (ReadUint8(buff, cursor) != TLV_FONTFAMILIES_TAG) { in ReadFontFamily()
48 constexpr uint8_t TLV_FONTFAMILIES_TAG = 0x25; variable