|
Blender
V2.93
|
#include <BLI_vfontdata.h>
Public Attributes | |
| struct GHash * | characters |
| char | name [128] |
| float | scale |
| float | em_height |
| float | ascender |
Definition at line 37 of file BLI_vfontdata.h.
| float VFontData::ascender |
Definition at line 43 of file BLI_vfontdata.h.
Referenced by objfnt_to_ftvfontdata().
| struct GHash* VFontData::characters |
Definition at line 38 of file BLI_vfontdata.h.
Referenced by BKE_vfont_free_data(), BLI_vfontdata_copy(), find_vfont_char(), freetypechar_to_vchar(), and objfnt_to_ftvfontdata().
| float VFontData::em_height |
Definition at line 42 of file BLI_vfontdata.h.
Referenced by objfnt_to_ftvfontdata(), and vfont_to_curve().
| char VFontData::name[128] |
Definition at line 39 of file BLI_vfontdata.h.
Referenced by BKE_vfont_load(), and objfnt_to_ftvfontdata().
| float VFontData::scale |
Definition at line 40 of file BLI_vfontdata.h.
Referenced by freetypechar_to_vchar(), and objfnt_to_ftvfontdata().