Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_styles.cpp28 #define UPDATE_TEXT_STYLE(group, name, func) \ macro
40 UPDATE_TEXT_STYLE(fontStyle, FontSize, SetFontSize); in CreateTextStyleUsingTheme()
41 UPDATE_TEXT_STYLE(fontStyle, TextColor, SetTextColor); in CreateTextStyleUsingTheme()
42 UPDATE_TEXT_STYLE(fontStyle, TextShadow, SetTextShadows); in CreateTextStyleUsingTheme()
44 UPDATE_TEXT_STYLE(fontStyle, FontWeight, SetFontWeight); in CreateTextStyleUsingTheme()
45 UPDATE_TEXT_STYLE(fontStyle, FontFamily, SetFontFamilies); in CreateTextStyleUsingTheme()
50 UPDATE_TEXT_STYLE(fontStyle, TextCase, SetTextCase); in CreateTextStyleUsingTheme()
69 UPDATE_TEXT_STYLE(textLineStyle, MaxLines, SetMaxLines); in CreateTextStyleUsingTheme()
84 UPDATE_TEXT_STYLE(fontStyle, FontSize, SetFontSize); in UseSelfStyle()
85 UPDATE_TEXT_STYLE(fontStyle, TextColor, SetTextColor); in UseSelfStyle()
[all …]