Home
last modified time | relevance | path

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

/interface/sdk_c/graphic/graphic_2d/native_drawing/
H A Ddrawing_text_typography.h610 * @brief Creates an <b>OH_Drawing_TypographyStyle</b> object.
613 * @return Returns the pointer to the <b>OH_Drawing_TypographyStyle</b> object created.
617 OH_Drawing_TypographyStyle* OH_Drawing_CreateTypographyStyle(void);
620 * @brief Releases the memory occupied by an <b>OH_Drawing_TypographyStyle</b> object.
623 * @param OH_Drawing_TypographyStyle Indicates the pointer to an <b>OH_Drawing_TypographyStyle</b> object.
627 void OH_Drawing_DestroyTypographyStyle(OH_Drawing_TypographyStyle*);
633 * @param OH_Drawing_TypographyStyle Indicates the pointer to an <b>OH_Drawing_TypographyStyle</b> object.
638 void OH_Drawing_SetTypographyTextDirection(OH_Drawing_TypographyStyle*, in
[all...]
H A Ddrawing_text_declaration.h80 * @brief Defines an <b>OH_Drawing_TypographyStyle</b>, which is used to manage the typography style,
86 typedef struct OH_Drawing_TypographyStyle OH_Drawing_TypographyStyle; typedef
/interface/sdk_c/arkui/ace_engine/native/
H A Dstyled_string.h58 * @param style A pointer to OH_Drawing_TypographyStyle, obtained by {@link OH_Drawing_CreateTypographyStyle}.
66 OH_Drawing_TypographyStyle* style, OH_Drawing_FontCollection* collection);

Completed in 2 milliseconds