Blender V2.61 - r43446
|
#include <BLI_vfontdata.h>
Public Attributes | |
struct TmpFont * | next |
struct TmpFont * | prev |
struct PackedFile * | pf |
struct VFont * | vfont |
Definition at line 62 of file BLI_vfontdata.h.
struct TmpFont* TmpFont::next |
Definition at line 64 of file BLI_vfontdata.h.
Referenced by free_ttfont(), and vfont_find_tmpfont().
struct PackedFile* TmpFont::pf |
Definition at line 65 of file BLI_vfontdata.h.
Referenced by free_ttfont(), load_vfont(), objchr_to_ftvfontdata(), and vfont_get_data().
struct TmpFont * TmpFont::prev |
Definition at line 64 of file BLI_vfontdata.h.
struct VFont* TmpFont::vfont |
Definition at line 66 of file BLI_vfontdata.h.
Referenced by free_ttfont(), load_vfont(), vfont_find_tmpfont(), and vfont_get_data().