![]() |
Blender V2.61 - r43446
|
#include <BLI_vfontdata.h>
Public Attributes | |
| struct VChar * | next |
| struct VChar * | prev |
| ListBase | nurbsbase |
| intptr_t | index |
| float | resol |
| float | width |
| float * | points |
Definition at line 53 of file BLI_vfontdata.h.
| intptr_t VChar::index |
Definition at line 56 of file BLI_vfontdata.h.
Referenced by find_vfont_char(), and freetypechar_to_vchar().
| struct VChar* VChar::next |
Definition at line 54 of file BLI_vfontdata.h.
Referenced by find_vfont_char().
Definition at line 55 of file BLI_vfontdata.h.
Referenced by buildchar(), free_vfont(), and freetypechar_to_vchar().
| float* VChar::points |
Definition at line 59 of file BLI_vfontdata.h.
| struct VChar * VChar::prev |
Definition at line 54 of file BLI_vfontdata.h.
| float VChar::resol |
Definition at line 57 of file BLI_vfontdata.h.
| float VChar::width |
Definition at line 58 of file BLI_vfontdata.h.
Referenced by char_width(), and freetypechar_to_vchar().