Searched refs:GetFontStyleInJson (Results 1 – 6 of 6) sorted by relevance
86 json->PutExtAttr("fontStyle", GetFontStyleInJson(GetItalicFontStyle()).c_str(), filter); in ToJsonValue()
136 std::string GetFontStyleInJson(const std::optional<Ace::FontStyle>& value) in GetFontStyleInJson() function
246 std::string GetFontStyleInJson(const std::optional<Ace::FontStyle>& value);
76 jsonValue->Put("style", GetFontStyleInJson(fontStyle->GetItalicFontStyle()).c_str()); in GetFont()102 …json->PutExtAttr("fontStyle", GetFontStyleInJson(fontStyle->GetItalicFontStyle()).c_str(), filter); in ToJsonValue()
2466 jsonValue->Put("style", GetFontStyleInJson(textLayoutProp->GetItalicFontStyle()).c_str()); in GetFontInJson()
8991 …jsonFont->Put("style", GetFontStyleInJson(layoutProperty->GetPlaceholderItalicFontStyle()).c_str()… in OnBackPressed()