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