Blender V2.61 - r43446
|
#include <DNA_userdef_types.h>
Public Attributes | |
short | uifont_id |
short | points |
short | kerning |
char | pad [6] |
short | italic |
short | bold |
short | shadow |
short | shadx |
short | shady |
short | align |
float | shadowalpha |
float | shadowcolor |
Definition at line 72 of file DNA_userdef_types.h.
short uiFontStyle::align |
Definition at line 80 of file DNA_userdef_types.h.
Referenced by file_draw_string(), ui_draw_menu_item(), ui_searchbox_create(), ui_tooltip_create(), uiStyleFontDrawExt(), and widget_draw_text().
short uiFontStyle::bold |
Definition at line 77 of file DNA_userdef_types.h.
short uiFontStyle::italic |
Definition at line 77 of file DNA_userdef_types.h.
short uiFontStyle::kerning |
Definition at line 75 of file DNA_userdef_types.h.
Referenced by UI_DrawString(), UI_GetStringWidth(), ui_style_new(), ui_text_label_rightclip(), ui_text_leftclip(), ui_textedit_set_cursor_pos(), uiStyleFontDrawExt(), uiStyleFontDrawRotated(), and widget_draw_text().
char uiFontStyle::pad[6] |
Definition at line 76 of file DNA_userdef_types.h.
short uiFontStyle::points |
Definition at line 74 of file DNA_userdef_types.h.
Referenced by file_font_pointsize(), ui_searchbox_create(), ui_style_new(), uiDrawBlock(), uiStyleFontSet(), and wm_block_create_splash().
short uiFontStyle::shadow |
Definition at line 78 of file DNA_userdef_types.h.
Referenced by ui_style_new(), uiStyleFontDrawExt(), and uiStyleFontDrawRotated().
float uiFontStyle::shadowalpha |
Definition at line 81 of file DNA_userdef_types.h.
Referenced by ui_style_new(), uiStyleFontDrawExt(), and uiStyleFontDrawRotated().
float uiFontStyle::shadowcolor |
Definition at line 82 of file DNA_userdef_types.h.
Referenced by ui_style_new(), uiStyleFontDrawExt(), and uiStyleFontDrawRotated().
short uiFontStyle::shadx |
Definition at line 79 of file DNA_userdef_types.h.
Referenced by ui_style_new(), uiStyleFontDrawExt(), and uiStyleFontDrawRotated().
short uiFontStyle::shady |
Definition at line 79 of file DNA_userdef_types.h.
Referenced by ui_style_new(), uiStyleFontDrawExt(), and uiStyleFontDrawRotated().
short uiFontStyle::uifont_id |
Definition at line 73 of file DNA_userdef_types.h.
Referenced by clip_draw_curfra_label(), draw_marker_texts(), ED_region_info_draw(), file_font_pointsize(), file_string_width(), ui_draw_menu_item(), ui_draw_preview_item(), UI_DrawString(), UI_GetStringWidth(), ui_style_new(), ui_text_bounds_block(), ui_text_label_rightclip(), ui_text_leftclip(), ui_textedit_set_cursor_pos(), ui_tooltip_create(), uiStyleFontDrawExt(), uiStyleFontDrawRotated(), uiStyleFontSet(), uiTemplateReportsBanner(), widget_draw_text(), and wm_block_create_splash().