Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_paragraph_layout_algorithm.cpp671 CustomSpanMetrics customSpanMetrics = onMeasure({ fontSize }); in UpdateParagraphByCustomSpan() local
672 width = static_cast<float>(customSpanMetrics.width * context->GetDipScale()); in UpdateParagraphByCustomSpan()
674customSpanMetrics.height.value_or(fontSize / context->GetFontScale()) * context->GetDipScale()); in UpdateParagraphByCustomSpan()