Searched refs:jsonFont (Results 1 – 1 of 1) sorted by relevance
8987 auto jsonFont = JsonUtil::Create(true); in OnBackPressed() local8988 jsonFont->Put("size", GetFontSizeInJson(layoutProperty->GetPlaceholderFontSize()).c_str()); in OnBackPressed()8989 … jsonFont->Put("weight", GetFontWeightInJson(layoutProperty->GetPlaceholderFontWeight()).c_str()); in OnBackPressed()8990 … jsonFont->Put("family", GetFontFamilyInJson(layoutProperty->GetPlaceholderFontFamily()).c_str()); in OnBackPressed()8991 …jsonFont->Put("style", GetFontStyleInJson(layoutProperty->GetPlaceholderItalicFontStyle()).c_str()… in OnBackPressed()8993 jsonStyle->Put("font", jsonFont->ToString().c_str()); in OnBackPressed()