Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp307 TextStyle themeTextStyle = in UpdateSymbolSpanParagraph() local
310 FontRegisterCallback(frameNode, themeTextStyle); in UpdateSymbolSpanParagraph()
312 if (NearZero(themeTextStyle.GetFontSize().Value())) { in UpdateSymbolSpanParagraph()
317 themeTextStyle.SetHalfLeading(textLayoutProp->GetHalfLeadingValue(false)); in UpdateSymbolSpanParagraph()
319 themeTextStyle.SetHalfLeading(pipelineContext->GetHalfLeading()); in UpdateSymbolSpanParagraph()
321 textStyle = themeTextStyle; in UpdateSymbolSpanParagraph()
323 UpdateSymbolSpanColor(frameNode, themeTextStyle); in UpdateSymbolSpanParagraph()
325 themeTextStyle.SetFontFamilies({"HM Symbol"}); in UpdateSymbolSpanParagraph()
326 builder->PushStyle(themeTextStyle); in UpdateSymbolSpanParagraph()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp4694 const auto& themeTextStyle = theme->GetTextStyle(); in OnColorConfigurationUpdate() local
4695 auto themeTextColor = themeTextStyle.GetTextColor(); in OnColorConfigurationUpdate()
4696 auto themeTextDecorationColor = themeTextStyle.GetTextDecorationColor(); in OnColorConfigurationUpdate()