Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_pattern.cpp672 std::optional<Dimension> backupFontSize; in ApplyTitleModifier() local
676 backupFontSize = textLayoutProperty->GetFontSizeValue(Dimension()); in ApplyTitleModifier()
693 if (backupFontSize.has_value()) { in ApplyTitleModifier()
694 textLayoutProperty->UpdateFontSize(backupFontSize.value()); in ApplyTitleModifier()