Home
last modified time | relevance | path

Searched refs:OH_Drawing_TextTab (Results 1 - 2 of 2) sorted by relevance

/interface/sdk_c/graphic/graphic_2d/native_drawing/
H A Ddrawing_text_declaration.h137 * @brief Defines an <b>OH_Drawing_TextTab</b>, which is used to to store the tab alignment type and position.
142 typedef struct OH_Drawing_TextTab OH_Drawing_TextTab; typedef
H A Ddrawing_text_typography.h2794 * @brief Creates an <b>OH_Drawing_TextTab</b> object.
2800 * @return Returns the pointer to the <b>OH_Drawing_TextTab</b> object created. If the object returns NULL,
2806 OH_Drawing_TextTab* OH_Drawing_CreateTextTab(OH_Drawing_TextAlign alignment, float location);
2809 * @brief Releases the memory occupied by an <b>OH_Drawing_TextTab</b> object.
2812 * @param OH_Drawing_TextTab Indicates the pointer to an <b>OH_Drawing_TextTab</b> object.
2816 void OH_Drawing_DestroyTextTab(OH_Drawing_TextTab*);
2819 * @brief Get alignment of an <b>OH_Drawing_TextTab</b> object.
2822 * @param OH_Drawing_TextTab Indicates the pointer to an <b>OH_Drawing_TextTab</
[all...]

Completed in 5 milliseconds