harmony 鸿蒙OH_Drawing_FontGenericInfo
OH_Drawing_FontGenericInfo
Overview
The OH_Drawing_FontGenericInfo struct describes the information about generic fonts supported by the system.
Since: 12
Related module: Drawing
Header file: drawing_text_typography.h
Summary
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. |
Member Variable Description
adjustInfoSet
OH_Drawing_FontAdjustInfo* OH_Drawing_FontGenericInfo::adjustInfoSet
Description
Pointer to a set of font weight mappings.
adjustInfoSize
size_t OH_Drawing_FontGenericInfo::adjustInfoSize
Description
Number of font weight mappings.
aliasInfoSet
OH_Drawing_FontAliasInfo* OH_Drawing_FontGenericInfo::aliasInfoSet
Description
Pointer to a set of font aliases.
aliasInfoSize
size_t OH_Drawing_FontGenericInfo::aliasInfoSize
Description
Number of font aliases.
familyName
char* OH_Drawing_FontGenericInfo::familyName
Description
Pointer to the name of a font family.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙DisplaySoloist_ExpectedRateRange
harmony 鸿蒙NativeColorSpaceManager
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦