Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dselection_info.h123 struct TextStyleResult { struct
124 std::string fontColor;
125 double fontSize = 0.0;
126 double lineHeight = 0.0;
127 double letterSpacing = 0.0;
128 double lineSpacing = 0.0;
129 int32_t fontStyle = 0;
130 int32_t fontWeight = 0;
132 std::string fontFamily;
133 int32_t decorationType = 0;
[all …]