Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dspan_model_adapter.cpp23 #define UPDATE_SPAN_FONT_STYLE_ITEM(item, name, value) (item)->fontStyle->Update##name(value) macro
50 UPDATE_SPAN_FONT_STYLE_ITEM(spanItem, FontSize, Dimension(textStyle->fontSize)); in CreateSpanItem()
51 UPDATE_SPAN_FONT_STYLE_ITEM(spanItem, TextColor, in CreateSpanItem()
55UPDATE_SPAN_FONT_STYLE_ITEM(spanItem, FontWeight, static_cast<FontWeight>(textStyle->fontWeight)); in CreateSpanItem()
56 UPDATE_SPAN_FONT_STYLE_ITEM(spanItem, FontFamily, textStyle->fontFamilies); in CreateSpanItem()
73 UPDATE_SPAN_FONT_STYLE_ITEM(spanItem, TextDecoration, decoration); in CreateSpanItem()
74 UPDATE_SPAN_FONT_STYLE_ITEM( in CreateSpanItem()
76 UPDATE_SPAN_FONT_STYLE_ITEM(spanItem, TextDecorationColor, in CreateSpanItem()
84 UPDATE_SPAN_FONT_STYLE_ITEM(spanItem, FontFeature, list); in CreateSpanItem()
92 UPDATE_SPAN_FONT_STYLE_ITEM(spanItem, TextShadow, shadows); in CreateSpanItem()
[all …]