Home
last modified time | relevance | path

Searched refs:labelFontJsonObject (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_layout_property.h177 auto labelFontJsonObject = JsonUtil::Create(true); in ToJsonValue() local
178labelFontJsonObject->Put("size", GetLabelFontSize().value_or(defaultFontSize).ToString().c_str()); in ToJsonValue()
179 labelFontJsonObject->Put("weight", in ToJsonValue()
181 labelFontJsonObject->Put("style", in ToJsonValue()
183labelFontJsonObject->Put("family", V2::ConvertFontFamily(GetLabelFontFamilyValue({})).c_str()); in ToJsonValue()
184 json->PutExtAttr("labelFont", labelFontJsonObject, filter); in ToJsonValue()