Home
last modified time | relevance | path

Searched refs:GetFontWeightInJson (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.cpp87 json->PutExtAttr("fontWeight", GetFontWeightInJson(GetFontWeight()).c_str(), filter); in ToJsonValue()
H A Dtext_styles.cpp140 std::string GetFontWeightInJson(const std::optional<FontWeight>& value) in GetFontWeightInJson() function
H A Dtext_styles.h247 std::string GetFontWeightInJson(const std::optional<FontWeight>& value);
H A Dspan_node.cpp78 jsonValue->Put("weight", GetFontWeightInJson(fontStyle->GetFontWeight()).c_str()); in GetFont()
103 … json->PutExtAttr("fontWeight", GetFontWeightInJson(fontStyle->GetFontWeight()).c_str(), filter); in ToJsonValue()
H A Dtext_pattern.cpp2468 jsonValue->Put("weight", GetFontWeightInJson(textLayoutProp->GetFontWeight()).c_str()); in GetFontInJson()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp8989 … jsonFont->Put("weight", GetFontWeightInJson(layoutProperty->GetPlaceholderFontWeight()).c_str()); in OnBackPressed()