Searched refs:fontSizeOpt (Results 1 – 2 of 2) sorted by relevance
157 std::optional<Dimension> fontSizeOpt; in SetFontSize() local161 fontSizeOpt = fontSize; in SetFontSize()164 MarqueeModel::GetInstance()->SetFontSize(fontSizeOpt); in SetFontSize()
663 auto fontSizeOpt = textLayoutProperty->GetFontSize(); in UpdateParagraphByCustomSpan() local664 if (fontSizeOpt.has_value()) { in UpdateParagraphByCustomSpan()665 fontSize = fontSizeOpt.value().ConvertToVp() * context->GetFontScale(); in UpdateParagraphByCustomSpan()