Home
last modified time | relevance | path

Searched refs:OH_Drawing_TextLine (Results 1 - 3 of 3) sorted by relevance

/interface/sdk_c/graphic/graphic_2d/native_drawing/
H A Ddrawing_text_line.h68 * @brief Releases the memory occupied by the text line object <b>OH_Drawing_TextLine</b>.
71 * @param line Indicates the pointer to the text line object <b>OH_Drawing_TextLine</b>.
75 void OH_Drawing_DestroyTextLine(OH_Drawing_TextLine* line);
83 * @return Indicates the pointer to a text line object <b>OH_Drawing_TextLine</b>.
86 OH_Drawing_TextLine* OH_Drawing_GetTextLineByIndex(OH_Drawing_Array* lines, size_t index);
92 * @param line Indicates the pointer to an <b>OH_Drawing_TextLine</b> object.
97 double OH_Drawing_TextLineGetGlyphCount(OH_Drawing_TextLine* line);
103 * @param line Indicates the pointer to an <b>OH_Drawing_TextLine</b> object.
109 void OH_Drawing_TextLineGetTextRange(OH_Drawing_TextLine* line, size_t* start, size_t* end);
115 * @param line Indicates the pointer to an <b>OH_Drawing_TextLine</
[all...]
H A Ddrawing_text_declaration.h145 * @brief Defines an <b>OH_Drawing_TextLine</b>, which is used to manage text line.
150 typedef struct OH_Drawing_TextLine OH_Drawing_TextLine; typedef
H A Ddrawing_text_lineTypography.h88 * @return Returns the pointer to the <b>OH_Drawing_TextLine</b> object created.
91 OH_Drawing_TextLine* OH_Drawing_LineTypographyCreateLine(OH_Drawing_LineTypography* lineTypography,

Completed in 2 milliseconds