Blender
V3.3
|
#include <BKE_vfontdata.h>
Public Attributes | |
struct GHash * | characters |
char | name [128] |
float | scale |
float | em_height |
float | ascender |
Definition at line 21 of file BKE_vfontdata.h.
float VFontData::ascender |
Definition at line 27 of file BKE_vfontdata.h.
Referenced by objfnt_to_ftvfontdata(), and vfont_ascent().
struct GHash* VFontData::characters |
Definition at line 22 of file BKE_vfontdata.h.
Referenced by BKE_vfont_free_data(), BKE_vfontdata_copy(), find_vfont_char(), freetypechar_to_vchar(), and objfnt_to_ftvfontdata().
float VFontData::em_height |
Definition at line 26 of file BKE_vfontdata.h.
Referenced by objfnt_to_ftvfontdata(), vfont_ascent(), vfont_descent(), and vfont_to_curve().
char VFontData::name[128] |
Definition at line 23 of file BKE_vfontdata.h.
Referenced by BKE_vfont_load(), and objfnt_to_ftvfontdata().
float VFontData::scale |
Definition at line 24 of file BKE_vfontdata.h.
Referenced by freetypechar_to_vchar(), and objfnt_to_ftvfontdata().