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.h55 struct TextStyle { struct
56 Drawing::Color color_ = Drawing::Color::COLOR_WHITE;
80 bool operator ==(const TextStyle &rhs) const; argument
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
Dtext_style.h78 struct TextStyle { struct
80 FontWeight fontWeight = FontWeight::W400;
81 FontStyle fontStyle = FontStyle::NORMAL;
105 bool operator ==(TextStyle const& rhs) const; argument
/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
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
Drosen_render_text_field.h36 class TextStyle; variable
Dflutter_render_text_field.h30 class TextStyle; variable
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/properties/
Dtext_style.cpp68 TextStyle::TextStyle() in TextStyle() function in rosen::TextStyle
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/
Dmemory_reporter.cpp271 DECLARE_RMU(struct TextStyle) in DECLARE_RMU()
/foundation/arkui/ui_lite/interfaces/kits/font/
Dui_font_header.h270 enum TextStyle : uint8_t { enum