harmony 鸿蒙OH_Drawing_FontConfigInfo
OH_Drawing_FontConfigInfo
Overview
The OH_Drawing_FontConfigInfo struct describes the information about a system font configuration.
Since: 12
Related module: Drawing
Header file: drawing_text_typography.h
Summary
Member Variables
Name | Description |
---|---|
size_t fontDirSize | Number of system font file paths. |
size_t fontGenericInfoSize | Number of generic fonts. |
size_t fallbackGroupSize | Number of font fallbacks. |
char ** fontDirSet | Double pointer to the system font file paths. |
OH_Drawing_FontGenericInfo * fontGenericInfoSet | Pointer to a set of generic fonts. |
OH_Drawing_FontFallbackGroup * fallbackGroupSet | Pointer to a set of font fallbacks. |
Member Variable Description
fallbackGroupSet
OH_Drawing_FontFallbackGroup* OH_Drawing_FontConfigInfo::fallbackGroupSet
Description
Pointer to a set of font fallbacks.
fallbackGroupSize
size_t OH_Drawing_FontConfigInfo::fallbackGroupSize
Description
Number of font fallbacks.
fontDirSet
char** OH_Drawing_FontConfigInfo::fontDirSet
Description
Double pointer to the system font file paths.
fontDirSize
size_t OH_Drawing_FontConfigInfo::fontDirSize
Description
Number of system font file paths.
fontGenericInfoSet
OH_Drawing_FontGenericInfo* OH_Drawing_FontConfigInfo::fontGenericInfoSet
Description
Pointer to a set of generic fonts.
fontGenericInfoSize
size_t OH_Drawing_FontConfigInfo::fontGenericInfoSize
Description
Number of generic font sets.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙DisplaySoloist_ExpectedRateRange
harmony 鸿蒙NativeColorSpaceManager
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦