Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h567 struct TextLine { struct
574 static TextLine textLine_[MAX_LINE_COUNT]; argument
582 uint16_t& letterIndex, SpannableString* spannableString, TextLine& textLine);
621 TextLine preIndexLine_;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-text.md12 - [TextLine](#textline):以行为单位的段落文本的载体,由段落类调用[getTextLines()](#gettextlines)接口获取。
1067 getTextLines(): Array\<TextLine>
1077 | Array\<[TextLine](#textline)> | 文本行载体数组。|
1598 ## TextLine section
1602 下列API示例中都需先使用[Paragraph](#paragraph)类的[getTextLines()](#gettextlines)接口获取到TextLine对象实例,再通过此实例调用对应方法。
1768 下列API示例中都需先使用[TextLine](#textline)类的[getGlyphRuns()](#getglyphruns)接口获取到Run对象实例,再通过此实例调用对应方法。
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp26 Text::TextLine Text::textLine_[MAX_LINE_COUNT] = {{0}};
472 … uint16_t& letterIndex, SpannableString* spannableString, TextLine& textLine) in GetTextLine()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/
H A DBUILD.gn184 "//third_party/skia/modules/skparagraph/src/TextLine.cpp",
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-text.md12 - [TextLine](#textline): carrier of the paragraph text in lines. It is obtained by calling [getText…
13 …t typesetting. It is obtained by calling [getGlyphRuns()](#getglyphruns) in the **TextLine** class.
1070 getTextLines(): Array\<TextLine>
1080 | Array\<[TextLine](#textline)> | Array of text lines.|
1601 ## TextLine section
1605 …tTextLines ()](#gettextlines) of the [Paragraph](#paragraph) class to create a **TextLine** object.
1771 …he following APIs, you must use [getGlyphRuns()](#getglyphruns) of the [TextLine](#textline) class…