Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_layout_algorithm.cpp354 auto limitTextStyle = textLayoutAlgorithm->GetTextStyle(); in GetLimitFontSize() local
355 if (!limitTextStyle.has_value()) { in GetLimitFontSize()
358 fontSize = limitTextStyle->GetFontSize(); in GetLimitFontSize()