Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_layout_algorithm.cpp30 std::optional<TextStyle> typingTextStyle) in RichEditorLayoutAlgorithm() argument
31 : pManager_(paragraphs), typingTextStyle_(typingTextStyle) in RichEditorLayoutAlgorithm()
82 auto typingTextStyle = typingTextStyle_.value(); in CopySpanStyle() local
83 target->fontStyle->UpdateFontSize(typingTextStyle.GetFontSize()); in CopySpanStyle()
84 target->textLineStyle->UpdateLineHeight(typingTextStyle.GetLineHeight()); in CopySpanStyle()
H A Drich_editor_layout_algorithm.h29 std::optional<TextStyle> typingTextStyle);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_test_ng.cpp381 auto typingTextStyle = richEditorPattern->typingTextStyle_; variable
402 richEditorPattern->typingTextStyle_ = typingTextStyle;