Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
Dtypography_style.h27 struct TypographyStyle { struct
28 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 size
34 double heightScale = 1.0;
35 bool halfLeading = false;
36 bool heightOnly = false;
37 bool useLineStyle = false;
[all …]
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
Dtypography_style.h35 struct TypographyStyle { struct
37 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 …]
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/
Dmemory_reporter.cpp170 DECLARE_RMU(struct TypographyStyle) in DECLARE_RMU()