|
Blender
V2.59
|
#include <blf_internal_types.h>
Public Attributes | |
| char * | name |
| char * | filename |
| float | aspect [3] |
| float | pos [3] |
| float | angle |
| int | blur |
| int | shadow |
| int | shadow_x |
| int | shadow_y |
| float | shadow_col [4] |
| double | m [16] |
| rctf | clip_rec |
| int | dpi |
| int | size |
| int | max_tex_size |
| int | flags |
| ListBase | cache |
| GlyphCacheBLF * | glyph_cache |
| GlyphBLF * | glyph_ascii_table [256] |
| FT_Library | ft_lib |
| FT_Face | face |
| float * | b_fbuf |
| unsigned char * | b_cbuf |
| int | bw |
| int | bh |
| int | bch |
| float | b_col [4] |
Definition at line 133 of file blf_internal_types.h.
| float FontBLF::angle |
Definition at line 147 of file blf_internal_types.h.
Referenced by blf_draw__start(), blf_font_fill(), BLF_rotation(), and BLF_rotation_default().
| float FontBLF::aspect[3] |
Definition at line 141 of file blf_internal_types.h.
Referenced by BLF_aspect(), blf_draw__start(), blf_font_fill(), blf_font_height(), blf_font_width(), blf_font_width_and_height(), and BLF_position().
| unsigned char* FontBLF::b_cbuf |
Definition at line 201 of file blf_internal_types.h.
Referenced by BLF_buffer(), blf_font_buffer(), and blf_font_fill().
| float FontBLF::b_col[4] |
Definition at line 211 of file blf_internal_types.h.
Referenced by BLF_buffer_col(), blf_font_buffer(), and blf_font_fill().
| float* FontBLF::b_fbuf |
Definition at line 198 of file blf_internal_types.h.
Referenced by BLF_buffer(), blf_font_buffer(), and blf_font_fill().
| int FontBLF::bch |
Definition at line 208 of file blf_internal_types.h.
Referenced by BLF_buffer(), blf_font_buffer(), and blf_font_fill().
| int FontBLF::bh |
Definition at line 205 of file blf_internal_types.h.
Referenced by BLF_buffer(), blf_font_buffer(), and blf_font_fill().
| int FontBLF::blur |
Definition at line 150 of file blf_internal_types.h.
Referenced by BLF_blur(), blf_font_fill(), and blf_glyph_render().
| int FontBLF::bw |
Definition at line 204 of file blf_internal_types.h.
Referenced by BLF_buffer(), blf_font_buffer(), and blf_font_fill().
Definition at line 183 of file blf_internal_types.h.
Referenced by blf_font_fill(), blf_font_free(), blf_glyph_cache_clear(), blf_glyph_cache_find(), and blf_glyph_cache_new().
Definition at line 168 of file blf_internal_types.h.
Referenced by BLF_clipping(), BLF_clipping_default(), blf_font_fill(), and blf_glyph_render().
| int FontBLF::dpi |
Definition at line 171 of file blf_internal_types.h.
Referenced by blf_font_fill(), blf_font_size(), and blf_glyph_cache_new().
| FT_Face FontBLF::face |
Definition at line 195 of file blf_internal_types.h.
Referenced by blf_font_attach_from_mem(), blf_font_boundbox(), blf_font_buffer(), blf_font_draw(), blf_font_draw_ascii(), blf_font_fixed_width(), blf_font_free(), blf_font_new(), blf_font_new_from_mem(), blf_font_size(), blf_glyph_add(), and blf_glyph_cache_new().
| char* FontBLF::filename |
Definition at line 138 of file blf_internal_types.h.
Referenced by blf_font_free(), blf_font_new(), and blf_font_new_from_mem().
| int FontBLF::flags |
Definition at line 180 of file blf_internal_types.h.
Referenced by BLF_disable(), BLF_disable_default(), blf_draw__start(), BLF_enable(), BLF_enable_default(), blf_font_boundbox(), blf_font_buffer(), blf_font_draw(), blf_font_draw_ascii(), blf_font_fill(), blf_font_height(), blf_font_width(), blf_font_width_and_height(), blf_glyph_render(), and BLF_position().
| FT_Library FontBLF::ft_lib |
Definition at line 192 of file blf_internal_types.h.
Referenced by blf_font_fill(), and blf_glyph_add().
Definition at line 189 of file blf_internal_types.h.
Referenced by blf_font_draw_ascii(), blf_font_fill(), and blf_glyph_cache_clear().
Definition at line 186 of file blf_internal_types.h.
Referenced by BLF_ascender(), BLF_descender(), blf_font_boundbox(), blf_font_buffer(), blf_font_draw(), blf_font_draw_ascii(), blf_font_fill(), blf_font_fixed_width(), blf_font_free(), blf_font_height(), blf_font_size(), blf_font_width(), blf_font_width_and_height(), blf_glyph_add(), blf_glyph_render(), BLF_height_max(), and BLF_width_max().
| double FontBLF::m[16] |
Definition at line 165 of file blf_internal_types.h.
Referenced by blf_draw__start(), blf_font_fill(), and BLF_matrix().
Definition at line 177 of file blf_internal_types.h.
Referenced by blf_font_fill(), blf_glyph_cache_texture(), and blf_glyph_render().
| char* FontBLF::name |
Definition at line 135 of file blf_internal_types.h.
Referenced by blf_font_free(), blf_font_new(), blf_font_new_from_mem(), and blf_search().
| float FontBLF::pos[3] |
Definition at line 144 of file blf_internal_types.h.
Referenced by blf_draw__start(), blf_font_buffer(), blf_font_fill(), blf_glyph_render(), and BLF_position().
| int FontBLF::shadow |
Definition at line 153 of file blf_internal_types.h.
Referenced by blf_glyph_render(), and BLF_shadow().
| float FontBLF::shadow_col[4] |
Definition at line 160 of file blf_internal_types.h.
Referenced by blf_glyph_render(), and BLF_shadow().
Definition at line 156 of file blf_internal_types.h.
Referenced by blf_glyph_render(), and BLF_shadow_offset().
Definition at line 157 of file blf_internal_types.h.
Referenced by blf_glyph_render(), and BLF_shadow_offset().
| int FontBLF::size |
Definition at line 174 of file blf_internal_types.h.
Referenced by blf_font_fill(), blf_font_size(), blf_glyph_cache_new(), MakeCursor::App::changesize(), MakeCursor::App::doit(), MakeCursor::App::scrnclick(), MakeCursor::App::scrndrag(), MakeCursor::App::updateprev(), and MakeCursor::App::updatescrn().