harmony 鸿蒙OH_Drawing_FontGenericInfo

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

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

harmony 鸿蒙BufferHandle

harmony 鸿蒙ColorSpacePrimaries

harmony 鸿蒙DisplaySoloist_ExpectedRateRange

harmony 鸿蒙_drawing

harmony 鸿蒙NativeColorSpaceManager

harmony 鸿蒙NativeDisplaySoloist

harmony 鸿蒙NativeVsync

harmony 鸿蒙NativeWindow

harmony 鸿蒙OH_Drawing_BitmapFormat

0  赞