Searched defs:EncodingRecord (Results 1 – 2 of 2) sorted by relevance
27 struct EncodingRecord { struct36 struct EncodingRecord encodingRecords[]; argument
36 struct EncodingRecord { struct37 OpenTypeBasicType::Uint16 platformID;38 OpenTypeBasicType::Uint16 encodingID;39 OpenTypeBasicType::Uint32 subtableOffset;41 const struct CmapSubtable *GetSubtable(const void *data) const in GetSubtable()