Home
last modified time | relevance | path

Searched refs:GetFontSizeInJson (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_styles.cpp132 std::string GetFontSizeInJson(const std::optional<Dimension>& value) in GetFontSizeInJson() function
H A Dtext_styles.h248 std::string GetFontSizeInJson(const std::optional<Dimension>& value);
H A Dspan_node.cpp77 jsonValue->Put("size", GetFontSizeInJson(fontStyle->GetFontSize()).c_str()); in GetFont()
93 json->PutExtAttr("fontSize", GetFontSizeInJson(fontStyle->GetFontSize()).c_str(), filter); in ToJsonValue()
H A Dtext_pattern.cpp2433 json->PutExtAttr("fontSize", GetFontSizeInJson(textLayoutProp->GetFontSize()).c_str(), filter); in ToJsonValue()
2438 …json->PutExtAttr("actualFontSize", GetFontSizeInJson(textLayoutProp->GetFontSize()).c_str(), filte… in ToJsonValue()
2467 jsonValue->Put("size", GetFontSizeInJson(textLayoutProp->GetFontSize()).c_str()); in GetFontInJson()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp8988 jsonFont->Put("size", GetFontSizeInJson(layoutProperty->GetPlaceholderFontSize()).c_str()); in OnBackPressed()