Searched defs:FontInfo (Results 1 – 7 of 7) sorted by relevance
17 struct FontInfo { struct22 FontInfo() : familyName(""), fname(""), index(0), in FontInfo() argument30 explicit FontInfo(const FontInfo& font) in FontInfo() argument44 explicit FontInfo(FontInfo&& font) in FontInfo() function59 FontInfo(const char* fname, int index) in FontInfo() function121 void setAxisSet(int count, const SkFixed* axis, in setAxisSet()132 SkFontStyle computeFontStyle() in computeFontStyle()149 SkString familyName; // the real family name of the font150 SkString fname; // the full name of font file151 int index; // the index of the font in a ttc font[all …]
167 struct FontInfo { struct168 FontInfo(const SkFont font, const TextRange textRange) in FontInfo() function176 struct FontInfo { argument177 FontInfo(const RSFont font, const TextRange textRange) in FontInfo() function181 RSFont fFont;182 TextRange fTextRange;
67 struct FontInfo { struct77 const FontInfo* findFont(const SkString& name) const; argument
57 FontInfo::FontInfo() in FontInfo() function in subtly::FontInfo63 FontInfo::FontInfo(CharacterMap* chars_to_glyph_ids, in FontInfo() function in subtly::FontInfo
55 public class FontInfo { class
1304 AFM_FontInfo FontInfo; member
1752 stbtt_fontinfo FontInfo; member