Home
last modified time | relevance | path

Searched refs:contentFontJsonObject (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.h167 auto contentFontJsonObject = JsonUtil::Create(true); in ToJsonValue() local
168contentFontJsonObject->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()