Searched refs:GetFontSizeInJson (Results 1 – 5 of 5) sorted by relevance
132 std::string GetFontSizeInJson(const std::optional<Dimension>& value) in GetFontSizeInJson() function
248 std::string GetFontSizeInJson(const std::optional<Dimension>& value);
77 jsonValue->Put("size", GetFontSizeInJson(fontStyle->GetFontSize()).c_str()); in GetFont()93 json->PutExtAttr("fontSize", GetFontSizeInJson(fontStyle->GetFontSize()).c_str(), filter); in ToJsonValue()
2433 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()
8988 jsonFont->Put("size", GetFontSizeInJson(layoutProperty->GetPlaceholderFontSize()).c_str()); in OnBackPressed()