Searched refs:COPY_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 | 626 COPY_TEXT_STYLE(fontStyle, FontSize, UpdateFontSize); in GetSameStyleSpanItem() 627 COPY_TEXT_STYLE(fontStyle, TextColor, UpdateTextColor); in GetSameStyleSpanItem() 628 COPY_TEXT_STYLE(fontStyle, TextShadow, UpdateTextShadow); in GetSameStyleSpanItem() 630 COPY_TEXT_STYLE(fontStyle, FontWeight, UpdateFontWeight); in GetSameStyleSpanItem() 631 COPY_TEXT_STYLE(fontStyle, FontFamily, UpdateFontFamily); in GetSameStyleSpanItem() 632 COPY_TEXT_STYLE(fontStyle, FontFeature, UpdateFontFeature); in GetSameStyleSpanItem() 636 COPY_TEXT_STYLE(fontStyle, TextCase, UpdateTextCase); in GetSameStyleSpanItem() 648 COPY_TEXT_STYLE(textLineStyle, TextAlign, UpdateTextAlign); in GetSameStyleSpanItem() 649 COPY_TEXT_STYLE(textLineStyle, MaxLength, UpdateMaxLength); in GetSameStyleSpanItem() 650 COPY_TEXT_STYLE(textLineStyle, MaxLines, UpdateMaxLines); in GetSameStyleSpanItem() [all …]
|