Searched defs:TypographyStyle (Results 1 – 2 of 2) sorted by relevance
28 struct TypographyStyle { struct34 std::string fontFamily = "";36 double heightScale = 1.0;37 bool halfLeading = false;38 bool heightOnly = false;39 bool useLineStyle = false;64 bool operator==(const TypographyStyle &rhs) const argument102 bool Ellipsized() const in Ellipsized()106 TextStyle insideTextStyle;107 bool customTextStyle = false;[all …]
35 struct TypographyStyle { struct40 double fontSize = 16.0;41 double heightScale = 1.0;42 bool halfLeading = false;43 bool heightOnly = false;44 std::string locale;48 std::u16string ellipsis;56 bool useLineStyle = false;57 struct LineStyle {67 } lineStyle;[all …]