Searched refs:INHERIT_TEXT_STYLE (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | span_node.cpp | 592 INHERIT_TEXT_STYLE(fontStyle, FontSize, SetFontSize); in InheritParentProperties() 593 INHERIT_TEXT_STYLE(fontStyle, TextColor, SetTextColor); in InheritParentProperties() 594 INHERIT_TEXT_STYLE(fontStyle, ItalicFontStyle, SetFontStyle); in InheritParentProperties() 595 INHERIT_TEXT_STYLE(fontStyle, FontWeight, SetFontWeight); in InheritParentProperties() 596 INHERIT_TEXT_STYLE(fontStyle, FontFamily, SetFontFamilies); in InheritParentProperties() 597 INHERIT_TEXT_STYLE(fontStyle, TextShadow, SetTextShadows); in InheritParentProperties() 598 INHERIT_TEXT_STYLE(fontStyle, TextCase, SetTextCase); in InheritParentProperties() 603 INHERIT_TEXT_STYLE(fontStyle, FontFeature, SetFontFeatures); in InheritParentProperties() 604 INHERIT_TEXT_STYLE(fontStyle, MinFontScale, SetMinFontScale); in InheritParentProperties() 605 INHERIT_TEXT_STYLE(fontStyle, MaxFontScale, SetMaxFontScale); in InheritParentProperties() [all …]
|