Blender V2.61 - r43446
|
#include <BKE_font.h>
Public Attributes | |
wchar_t * | copybuf |
wchar_t * | copybufinfo |
wchar_t * | textbuf |
struct CharInfo * | textbufinfo |
wchar_t * | oldstr |
struct CharInfo * | oldstrinfo |
float | textcurs [4][2] |
Definition at line 60 of file BKE_font.h.
wchar_t* EditFont::copybuf |
Definition at line 61 of file BKE_font.h.
Referenced by BKE_free_editfont(), copy_selection(), make_editText(), and paste_selection().
wchar_t* EditFont::copybufinfo |
Definition at line 62 of file BKE_font.h.
Referenced by BKE_free_editfont(), copy_selection(), make_editText(), and paste_selection().
wchar_t* EditFont::oldstr |
Definition at line 66 of file BKE_font.h.
Referenced by BKE_free_editfont(), load_editText(), and make_editText().
struct CharInfo* EditFont::oldstrinfo |
Definition at line 67 of file BKE_font.h.
Referenced by BKE_free_editfont(), load_editText(), and make_editText().
wchar_t* EditFont::textbuf |
Definition at line 64 of file BKE_font.h.
Referenced by BKE_free_editfont(), change_character_exec(), copy_selection(), delete_exec(), editFont_to_undoFont(), insert_into_textbuf(), insert_text_invoke(), kill_selection(), line_break_exec(), make_editText(), move_cursor(), paste_file(), paste_selection(), set_case(), toggle_case_exec(), undoFont_to_editFont(), and update_string().
struct CharInfo* EditFont::textbufinfo |
Definition at line 65 of file BKE_font.h.
Referenced by BKE_free_editfont(), BKE_text_to_curve(), change_spacing_exec(), copy_selection(), delete_exec(), editFont_to_undoFont(), insert_into_textbuf(), kill_selection(), load_editText(), make_editText(), material_slot_assign_exec(), move_cursor(), paste_selection(), set_style(), text_update_edited(), and undoFont_to_editFont().
float EditFont::textcurs[4][2] |
Definition at line 69 of file BKE_font.h.
Referenced by BKE_text_to_curve(), and draw_object().