Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dselect_composed_element.cpp120 return GetTextStyleInJson(render->GetSelectComponent()->GetSelectStyle()); in GetFont()
165 return GetTextStyleInJson(optionItem->GetSelectedTextStyle()); in GetSelectFont()
222 return GetTextStyleInJson(optionItem->GetTextStyle()); in GetOptionFont()
H A Dutils.cpp20 std::string GetTextStyleInJson(const TextStyle& textStyle) in GetTextStyleInJson() function
H A Dutils.h595 std::string GetTextStyleInJson(const TextStyle& textStyle);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_property.h152 return V2::GetTextStyleInJson(font); in InspectorGetTextFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_pattern.cpp1114 return V2::GetTextStyleInJson(font); in InspectorGetSelectedFont()