Searched defs:OpenTypeFontFile (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-open-file-private.hh | 198 struct OpenTypeFontFile struct 200 static const hb_tag_t tableTag = HB_TAG ('_','_','_','_'); /* Sanitizer needs this. */ 202 static const hb_tag_t CFFTag = HB_TAG ('O','T','T','O'); /* OpenType with Postscript outlines */ 203 …static const hb_tag_t TrueTypeTag = HB_TAG ( 0 , 1 , 0 , 0 ); /* OpenType with TrueType outlines */ 204 static const hb_tag_t TTCTag = HB_TAG ('t','t','c','f'); /* TrueType Collection */ 205 static const hb_tag_t TrueTag = HB_TAG ('t','r','u','e'); /* Obsolete Apple TrueType */ 206 …nst hb_tag_t Typ1Tag = HB_TAG ('t','y','p','1'); /* Obsolete Apple Type1 font in SFNT container */ 208 inline hb_tag_t get_tag (void) const { return u.tag; } in get_tag() 210 inline unsigned int get_face_count (void) const in get_face_count() 221 inline const OpenTypeFontFace& get_face (unsigned int i) const in get_face() [all …]
|