Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-file-private.hh202 struct OpenTypeFontFile struct
204 static const hb_tag_t tableTag = HB_TAG ('_','_','_','_'); /* Sanitizer needs this. */
206 static const hb_tag_t CFFTag = HB_TAG ('O','T','T','O'); /* OpenType with Postscript outlines */
207 …static const hb_tag_t TrueTypeTag = HB_TAG ( 0 , 1 , 0 , 0 ); /* OpenType with TrueType outlines */
208 static const hb_tag_t TTCTag = HB_TAG ('t','t','c','f'); /* TrueType Collection */
209 static const hb_tag_t TrueTag = HB_TAG ('t','r','u','e'); /* Obsolete Apple TrueType */
210 …nst hb_tag_t Typ1Tag = HB_TAG ('t','y','p','1'); /* Obsolete Apple Type1 font in SFNT container */
212 inline hb_tag_t get_tag (void) const { return u.tag; } in get_tag()
214 inline unsigned int get_face_count (void) const in get_face_count()
225 inline const OpenTypeFontFace& get_face (unsigned int i) const in get_face()
[all …]