Searched defs:FontStyle (Results 1 - 1 of 1) sorted by relevance

/frameworks/minikin/include/minikin/
H A DFontFamily.h36 friend class FontStyle;
63 // FontStyle represents all style information needed to select an actual font
66 class FontStyle { class in namespace:android
68 FontStyle(int weight = 4, bool italic = false) { function in class:android::FontStyle
71 FontStyle(FontLanguage lang, int variant = 0, int weight = 4, bool italic = false) { function in class:android::FontStyle
80 bool operator==(const FontStyle other) const { return bits == other.bits; }
98 inline hash_t hash_type(const FontStyle &style) {
133 void addFont(MinikinFont* typeface, FontStyle style);
134 FakedFont getClosestMatch(FontStyle style) const;
142 FontStyle getStyl
[all...]

Completed in 194 milliseconds