Searched refs:contentFontJsonObject (Results 1 – 1 of 1) sorted by relevance
167 auto contentFontJsonObject = JsonUtil::Create(true); in ToJsonValue() local168 … contentFontJsonObject->Put("size", GetFontSize().value_or(defaultFontSize).ToString().c_str()); in ToJsonValue()169 contentFontJsonObject->Put("weight", in ToJsonValue()171 contentFontJsonObject->Put("style", in ToJsonValue()173 contentFontJsonObject->Put("family", V2::ConvertFontFamily(GetFontFamilyValue({})).c_str()); in ToJsonValue()174 json->PutExtAttr("contentFont", contentFontJsonObject, filter); in ToJsonValue()