Searched refs:labelFontJsonObject (Results 1 – 1 of 1) sorted by relevance
177 auto labelFontJsonObject = JsonUtil::Create(true); in ToJsonValue() local178 … labelFontJsonObject->Put("size", GetLabelFontSize().value_or(defaultFontSize).ToString().c_str()); in ToJsonValue()179 labelFontJsonObject->Put("weight", in ToJsonValue()181 labelFontJsonObject->Put("style", in ToJsonValue()183 … labelFontJsonObject->Put("family", V2::ConvertFontFamily(GetLabelFontFamilyValue({})).c_str()); in ToJsonValue()184 json->PutExtAttr("labelFont", labelFontJsonObject, filter); in ToJsonValue()