Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style_parser.h30 std::list<std::pair<std::string, int32_t>> ParseFontVariants(const std::string& fontVariants);
H A Dtext_style_parser.cpp278 FONT_FEATURES_LIST ParseFontVariants(const std::string& fontVariants) in ParseFontVariants() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.cpp116 specializedStyle.spanStyle.SetFontFeatures(ParseFontVariants(val)); in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.cpp137 specializedStyle.textStyle.SetFontFeatures(ParseFontVariants(val)); in SetSpecializedStyle()