Blender V2.61 - r43446
|
#include <DNA_vfont_types.h>
Public Attributes | |
ID | id |
char | name [256] |
struct VFontData * | data |
struct PackedFile * | packedfile |
Definition at line 42 of file DNA_vfont_types.h.
struct VFontData* VFont::data |
Definition at line 47 of file DNA_vfont_types.h.
Referenced by direct_link_vfont(), free_vfont(), load_vfont(), objchr_to_ftvfontdata(), and vfont_get_data().
Definition at line 43 of file DNA_vfont_types.h.
Referenced by add_curve(), convert_exec(), copy_attr(), countPackedFiles(), do_versions(), font_open_exec(), font_unlink_exec(), get_builtin_font(), lib_link_vfont(), load_vfont(), packAll(), txt_add_object(), unlink_curve(), unpackAll(), vfont_get_data(), and write_vfonts().
char VFont::name[256] |
Definition at line 45 of file DNA_vfont_types.h.
Referenced by BKE_text_to_curve(), bpath_traverse_id(), do_versions(), get_builtin_font(), GetFontId(), load_vfont(), open_invoke(), packAll(), unpackVFont(), and vfont_get_data().
struct PackedFile* VFont::packedfile |
Definition at line 48 of file DNA_vfont_types.h.
Referenced by bpath_traverse_id(), countPackedFiles(), direct_link_vfont(), free_vfont(), GetFontId(), load_vfont(), packAll(), unpackAll(), unpackVFont(), vfont_get_data(), and write_vfonts().