harmony 鸿蒙OH_Drawing_FontConfigInfo

  • 2025-06-12
  • 浏览 (3)

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 鸿蒙ArkGraphics 2D

harmony 鸿蒙BufferHandle

harmony 鸿蒙ColorSpacePrimaries

harmony 鸿蒙DisplaySoloist_ExpectedRateRange

harmony 鸿蒙_drawing

harmony 鸿蒙NativeColorSpaceManager

harmony 鸿蒙NativeDisplaySoloist

harmony 鸿蒙NativeVsync

harmony 鸿蒙NativeWindow

harmony 鸿蒙OH_Drawing_BitmapFormat

0  赞