Searched refs:typingTextStyle (Results 1 – 3 of 3) sorted by relevance
30 std::optional<TextStyle> typingTextStyle) in RichEditorLayoutAlgorithm() argument31 : pManager_(paragraphs), typingTextStyle_(typingTextStyle) in RichEditorLayoutAlgorithm()82 auto typingTextStyle = typingTextStyle_.value(); in CopySpanStyle() local83 target->fontStyle->UpdateFontSize(typingTextStyle.GetFontSize()); in CopySpanStyle()84 target->textLineStyle->UpdateLineHeight(typingTextStyle.GetLineHeight()); in CopySpanStyle()
29 std::optional<TextStyle> typingTextStyle);
381 auto typingTextStyle = richEditorPattern->typingTextStyle_; variable402 richEditorPattern->typingTextStyle_ = typingTextStyle;