Home
last modified time | relevance | path

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

/interface/sdk_c/graphic/graphic_2d/native_drawing/
H A Ddrawing_text_declaration.h129 * @brief Defines an <b>OH_Drawing_TextShadow</b>, which is used to manage text shadow.
134 typedef struct OH_Drawing_TextShadow OH_Drawing_TextShadow; typedef
H A Ddrawing_text_typography.h1911 * @brief Creates an <b>OH_Drawing_TextShadow</b> object.
1914 * @return Returns the pointer to the text shadow object created <b>OH_Drawing_TextShadow</b>.
1918 OH_Drawing_TextShadow* OH_Drawing_CreateTextShadow(void);
1921 * @brief Releases the memory occupied by the text shadow object <b>OH_Drawing_TextShadow</b>.
1924 * @param OH_Drawing_TextShadow Indicates the pointer to the text shadow object <b>OH_Drawing_TextShadow</b>.
1928 void OH_Drawing_DestroyTextShadow(OH_Drawing_TextShadow*);
1936 * @param OH_Drawing_TextShadow Indicates the pointer to the text shadow object <b>OH_Drawing_TextShadow</b>.
1941 OH_Drawing_TextShadow* OH_Drawing_TextStyleGetShadow
[all...]

Completed in 3 milliseconds