Searched refs:GetFontWeightInJson (Results 1 – 6 of 6) sorted by relevance
87 json->PutExtAttr("fontWeight", GetFontWeightInJson(GetFontWeight()).c_str(), filter); in ToJsonValue()
140 std::string GetFontWeightInJson(const std::optional<FontWeight>& value) in GetFontWeightInJson() function
247 std::string GetFontWeightInJson(const std::optional<FontWeight>& value);
78 jsonValue->Put("weight", GetFontWeightInJson(fontStyle->GetFontWeight()).c_str()); in GetFont()103 … json->PutExtAttr("fontWeight", GetFontWeightInJson(fontStyle->GetFontWeight()).c_str(), filter); in ToJsonValue()
2468 jsonValue->Put("weight", GetFontWeightInJson(textLayoutProp->GetFontWeight()).c_str()); in GetFontInJson()
8989 … jsonFont->Put("weight", GetFontWeightInJson(layoutProperty->GetPlaceholderFontWeight()).c_str()); in OnBackPressed()