Home
last modified time | relevance | path

Searched defs:CmapSubtableFormat4 (Results 1 – 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
Dcmap_parser.cpp54 struct CmapSubtableFormat4 { struct
55 struct CmapSubtable base;
56 OpenTypeBasicType::Uint16 length;
57 OpenTypeBasicType::Uint16 language;
58 OpenTypeBasicType::Uint16 segCountX2;
59 OpenTypeBasicType::Uint16 searchRange;
60 OpenTypeBasicType::Uint16 entrySelector;
61 OpenTypeBasicType::Uint16 rangeShift;
62 OpenTypeBasicType::Uint16 array[];
64 int16_t GetSegCount() const in GetSegCount()
[all …]