|
Blender V4.3
|
#include <BKE_vfontdata.hh>
Public Attributes | |
| ListBase | nurbsbase |
| unsigned int | index |
| float | width |
Definition at line 28 of file BKE_vfontdata.hh.
| unsigned int VChar::index |
Definition at line 30 of file BKE_vfontdata.hh.
Referenced by BKE_vfontdata_char_from_freetypefont().
| ListBase VChar::nurbsbase |
Definition at line 29 of file BKE_vfontdata.hh.
Referenced by BKE_vfont_build_char(), BKE_vfont_free_data(), BKE_vfontdata_char_copy(), and BKE_vfontdata_char_from_freetypefont().
| float VChar::width |
Definition at line 31 of file BKE_vfontdata.hh.
Referenced by BKE_vfontdata_char_from_freetypefont(), and char_width().