Searched refs:backupFontSize (Results 1 – 1 of 1) sorted by relevance
672 std::optional<Dimension> backupFontSize; in ApplyTitleModifier() local676 backupFontSize = textLayoutProperty->GetFontSizeValue(Dimension()); in ApplyTitleModifier()693 if (backupFontSize.has_value()) { in ApplyTitleModifier()694 textLayoutProperty->UpdateFontSize(backupFontSize.value()); in ApplyTitleModifier()