Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp1446 Text* textCompent = new Text; in MeasureText() local
1447 textCompent->SetText(text); in MeasureText()
1448 textCompent->SetFont(fontStyle.fontName, fontStyle.fontSize); in MeasureText()
1449 textCompent->SetDirect(static_cast<UITextLanguageDirect>(fontStyle.direct)); in MeasureText()
1450 textCompent->SetAlign(static_cast<UITextLanguageAlignment>(fontStyle.align)); in MeasureText()
1453 textCompent->ReMeasureTextSize(this->GetRect(), drawStyle); in MeasureText()
1454 Point textSize = textCompent->GetTextSize(); in MeasureText()
1455 delete textCompent; in MeasureText()