Searched defs:TypographyStyle (Results 1 – 3 of 3) sorted by relevance
27 struct TypographyStyle { struct28 const static inline std::u16string ELLIPSIS = u"\u2026";30 FontWeight fontWeight = FontWeight::W400;31 FontStyle fontStyle = FontStyle::NORMAL;32 std::string fontFamily = "";33 double fontSize = 14.0; // default is libtxt text style fonst size34 double heightScale = 1.0;35 bool halfLeading = false;36 bool heightOnly = false;37 bool useLineStyle = false;[all …]
35 struct TypographyStyle { struct37 FontWeight fontWeight = FontWeight::W400;38 FontStyle fontStyle = FontStyle::NORMAL;39 std::vector<std::string> fontFamilies = {};40 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;[all …]
170 DECLARE_RMU(struct TypographyStyle) in DECLARE_RMU()