Home
last modified time | relevance | path

Searched defs:TextStyle (Results 1 – 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
Dtext_style.h80 struct TextStyle { struct
81 Drawing::Color color = Drawing::Color::COLOR_WHITE;
82 TextDecoration decoration = TextDecoration::NONE;
83 Drawing::Color decorationColor = Drawing::Color::COLOR_TRANSPARENT;
84 TextDecorationStyle decorationStyle = TextDecorationStyle::SOLID;
85 double decorationThicknessScale = 1.0;
86 FontWeight fontWeight = FontWeight::W400;
110 bool operator ==(const TextStyle &rhs) const; argument
115 bool isSymbolGlyph = false;
116 HMSymbolTxt symbol;
[all …]
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
Dtext_style.h118 struct TextStyle { struct
120 FontWeight fontWeight = FontWeight::W400;
121 FontStyle fontStyle = FontStyle::NORMAL;
122 std::vector<std::string> fontFamilies = {};
123 double fontSize = 14.0;
147 bool operator ==(TextStyle const& rhs) const; argument
150 bool isSymbolGlyph = false;
151 HMSymbolTxt symbol;
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
Drosen_render_text_field.h48 class TextStyle; variable
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
Dtext_style.cpp87 TextStyle::TextStyle() : fontFamilies(GetDefaultFontFamilies()) {} in TextStyle() function in OHOS::Rosen::SPText::TextStyle
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dtext_style.cpp22 TextStyle::TextStyle(const std::vector<std::string>& fontFamilies, double fontSize, FontWeight font… in TextStyle() function in OHOS::Ace::TextStyle
Dtext_style.h250 TextStyle(double fontSize) : fontSize_(fontSize) {} in TextStyle() function
/foundation/arkui/ui_lite/interfaces/kits/font/
Dui_font_header.h270 enum TextStyle : uint8_t { enum
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
Dsubheader.js1422 TextStyle(r7, s7 = null) { method in SubHeader