Blender V5.0
VFontData Struct Reference

#include <BKE_vfontdata.hh>

Public Attributes

GHashcharacters
char name [128]
VFontData_Metrics metrics

Detailed Description

Definition at line 40 of file BKE_vfontdata.hh.

Member Data Documentation

◆ characters

GHash* VFontData::characters

A hash that maps uint -> VChar (code-points to character outlines).

Note
values may be null when the character does not exist in the font. This is done to differentiate characters known not to exist from characters that have not yet been loaded.

Definition at line 48 of file BKE_vfontdata.hh.

Referenced by BKE_vfont_data_free(), BKE_vfontdata_char_from_freetypefont(), BKE_vfontdata_copy(), BKE_vfontdata_from_freetypefont(), and vfont_char_find().

◆ metrics

◆ name

char VFontData::name[128]

The documentation for this struct was generated from the following file: