OH_Drawing_FontGenericInfo
typedef struct {...} OH_Drawing_FontGenericInfo
Overview
This struct describes the information about generic fonts supported by the system.
Since: 12
Related module: Drawing
Header file: drawing_text_typography.h
Total
Member Variables
| Name | Description |
|---|---|
| char* familyName | Pointer to the name of a font family. |
| size_t aliasInfoSize | Number of font aliases. |
| size_t adjustInfoSize | Number of font weight mappings. |
| OH_Drawing_FontAliasInfo* aliasInfoSet | Pointer to a set of font aliases. |
| OH_Drawing_FontAdjustInfo* adjustInfoSet | Pointer to a set of font weight mappings. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 capi-drawing-gpu-context-h
openharmony 鸿蒙 capi-drawing-nativepixelmap-
openharmony 鸿蒙 capi-nativevsync-oh-nativevsync-expectedraterange
openharmony 鸿蒙 capi-drawing-oh-drawing-brush
openharmony 鸿蒙 capi-drawing-oh-drawing-image-info
openharmony 鸿蒙 capi-drawing-text-linetypography-h
openharmony 鸿蒙 capi-oh-nativeimage-oh-nativeimage
openharmony 鸿蒙 capi-drawing-typeface-h