Searched refs:jsonFamily (Results 1 – 4 of 4) sorted by relevance
46 std::string jsonFamily = ConvertFontFamily(textStyle.GetFontFamilies()); in GetTextStyleInJson() local47 jsonValue->Put("family", jsonFamily.c_str()); in GetTextStyleInJson()
127 std::string jsonFamily = ConvertFontFamily(family); in GetPlaceholderFont() local128 jsonValue->Put("family", jsonFamily.c_str()); in GetPlaceholderFont()
131 std::string jsonFamily = ConvertFontFamily(family); in GetPlaceholderFont() local132 jsonValue->Put("family", jsonFamily.c_str()); in GetPlaceholderFont()
5929 std::string jsonFamily = ConvertFontFamily(family); in OnBackPressed() local5930 jsonValue->Put("fontFamily", jsonFamily.c_str()); in OnBackPressed()