|
Blender V5.0
|
#include <BKE_vfontdata.hh>
Public Attributes | |
| GHash * | characters |
| char | name [128] |
| VFontData_Metrics | metrics |
Definition at line 40 of file BKE_vfontdata.hh.
| GHash* VFontData::characters |
A hash that maps uint -> VChar (code-points to character outlines).
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().
| VFontData_Metrics VFontData::metrics |
Definition at line 51 of file BKE_vfontdata.hh.
Referenced by BKE_vfontdata_char_from_freetypefont(), BKE_vfontdata_from_freetypefont(), and vfont_to_curve().
| char VFontData::name[128] |
Definition at line 49 of file BKE_vfontdata.hh.
Referenced by BKE_vfont_load(), BKE_vfontdata_char_from_freetypefont(), and BKE_vfontdata_from_freetypefont().