|
Blender V4.3
|
#include <BKE_vfontdata.hh>
Public Attributes | |
| GHash * | characters |
| char | name [128] |
| float | scale |
| float | em_height |
| float | ascender |
Definition at line 19 of file BKE_vfontdata.hh.
| float VFontData::ascender |
Definition at line 25 of file BKE_vfontdata.hh.
Referenced by BKE_vfontdata_from_freetypefont(), and vfont_ascent().
| GHash* VFontData::characters |
Definition at line 20 of file BKE_vfontdata.hh.
Referenced by BKE_vfont_free_data(), BKE_vfontdata_char_from_freetypefont(), BKE_vfontdata_copy(), BKE_vfontdata_from_freetypefont(), and find_vfont_char().
| float VFontData::em_height |
Definition at line 24 of file BKE_vfontdata.hh.
Referenced by BKE_vfontdata_from_freetypefont(), vfont_ascent(), vfont_descent(), and vfont_to_curve().
| char VFontData::name[128] |
Definition at line 21 of file BKE_vfontdata.hh.
Referenced by BKE_vfont_load(), BKE_vfontdata_char_from_freetypefont(), and BKE_vfontdata_from_freetypefont().
| float VFontData::scale |
Definition at line 22 of file BKE_vfontdata.hh.
Referenced by BKE_vfontdata_char_from_freetypefont(), and BKE_vfontdata_from_freetypefont().