Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtypography_style.h28 struct TypographyStyle { struct
34 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 argument
102 bool Ellipsized() const in Ellipsized()
106 TextStyle insideTextStyle;
107 bool customTextStyle = false;
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dtypography_style.h35 struct TypographyStyle { struct
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;
56 bool useLineStyle = false;
57 struct LineStyle {
67 } lineStyle;
[all …]