Home
last modified time | relevance | path

Searched refs:GetFontStyleInJson (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_property.cpp86 json->PutExtAttr("fontStyle", GetFontStyleInJson(GetItalicFontStyle()).c_str(), filter); in ToJsonValue()
H A Dtext_styles.cpp136 std::string GetFontStyleInJson(const std::optional<Ace::FontStyle>& value) in GetFontStyleInJson() function
H A Dtext_styles.h246 std::string GetFontStyleInJson(const std::optional<Ace::FontStyle>& value);
H A Dspan_node.cpp76 jsonValue->Put("style", GetFontStyleInJson(fontStyle->GetItalicFontStyle()).c_str()); in GetFont()
102 …json->PutExtAttr("fontStyle", GetFontStyleInJson(fontStyle->GetItalicFontStyle()).c_str(), filter); in ToJsonValue()
H A Dtext_pattern.cpp2466 jsonValue->Put("style", GetFontStyleInJson(textLayoutProp->GetItalicFontStyle()).c_str()); in GetFontInJson()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp8991 …jsonFont->Put("style", GetFontStyleInJson(layoutProperty->GetPlaceholderItalicFontStyle()).c_str()… in OnBackPressed()