Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcalendar_picker_modifier.cpp109 auto currentTextStyle = CalendarPickerModelNG::GetTextStyle(frameNode); in GetTextStyle() local
110 …textStyle.fontColor = currentTextStyle.textColor.has_value() ? currentTextStyle.textColor.value().… in GetTextStyle()
112 …textStyle.fontSize = currentTextStyle.fontSize.has_value() ? currentTextStyle.fontSize.value().Val… in GetTextStyle()
113 textStyle.fontWeight = currentTextStyle.fontWeight.has_value() in GetTextStyle()
114 ? static_cast<int32_t>(currentTextStyle.fontWeight.value()) in GetTextStyle()