|
Blender V4.5
|
#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 |
Definition at line 41 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 44 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 42 of file BKE_vfontdata.hh.
Referenced by BKE_vfont_load(), BKE_vfontdata_char_from_freetypefont(), and BKE_vfontdata_from_freetypefont().