|
Blender
V2.59
|
#include <blf_internal_types.h>
Public Attributes | |
| struct GlyphBLF * | next |
| struct GlyphBLF * | prev |
| unsigned int | c |
| FT_UInt | idx |
| rctf | box |
| float | advance |
| GLuint | tex |
| int | xoff |
| int | yoff |
| unsigned char * | bitmap |
| int | width |
| int | height |
| int | pitch |
| float | uv [2][2] |
| float | pos_x |
| float | pos_y |
| short | build_tex |
Definition at line 86 of file blf_internal_types.h.
| float GlyphBLF::advance |
Definition at line 100 of file blf_internal_types.h.
Referenced by blf_font_boundbox(), blf_font_buffer(), blf_font_draw(), blf_font_draw_ascii(), blf_font_fixed_width(), and blf_glyph_add().
| unsigned char* GlyphBLF::bitmap |
Definition at line 112 of file blf_internal_types.h.
Referenced by blf_font_buffer(), blf_glyph_add(), blf_glyph_free(), and blf_glyph_render().
Definition at line 97 of file blf_internal_types.h.
Referenced by blf_font_boundbox(), blf_glyph_add(), and blf_glyph_render().
| short GlyphBLF::build_tex |
Definition at line 130 of file blf_internal_types.h.
Referenced by blf_glyph_add(), and blf_glyph_render().
| unsigned int GlyphBLF::c |
Definition at line 91 of file blf_internal_types.h.
Referenced by blf_glyph_add(), and blf_glyph_search().
| int GlyphBLF::height |
Definition at line 116 of file blf_internal_types.h.
Referenced by blf_font_buffer(), blf_glyph_add(), and blf_glyph_render().
| FT_UInt GlyphBLF::idx |
Definition at line 94 of file blf_internal_types.h.
Referenced by blf_font_boundbox(), blf_font_buffer(), blf_font_draw(), blf_font_draw_ascii(), and blf_glyph_add().
| struct GlyphBLF* GlyphBLF::next |
Definition at line 87 of file blf_internal_types.h.
Referenced by blf_glyph_add(), and blf_glyph_search().
| int GlyphBLF::pitch |
Definition at line 117 of file blf_internal_types.h.
Referenced by blf_font_buffer(), and blf_glyph_add().
| float GlyphBLF::pos_x |
Definition at line 126 of file blf_internal_types.h.
Referenced by blf_font_buffer(), blf_glyph_add(), and blf_glyph_render().
| float GlyphBLF::pos_y |
Definition at line 127 of file blf_internal_types.h.
Referenced by blf_font_buffer(), blf_glyph_add(), and blf_glyph_render().
| struct GlyphBLF* GlyphBLF::prev |
Definition at line 88 of file blf_internal_types.h.
Referenced by blf_glyph_add().
| GLuint GlyphBLF::tex |
Definition at line 103 of file blf_internal_types.h.
Referenced by blf_glyph_add(), and blf_glyph_render().
| float GlyphBLF::uv[2][2] |
Definition at line 120 of file blf_internal_types.h.
Referenced by blf_glyph_add(), and blf_glyph_render().
| int GlyphBLF::width |
Definition at line 115 of file blf_internal_types.h.
Referenced by blf_font_buffer(), blf_glyph_add(), and blf_glyph_render().
| int GlyphBLF::xoff |
Definition at line 106 of file blf_internal_types.h.
Referenced by blf_glyph_add(), and blf_glyph_render().
| int GlyphBLF::yoff |
Definition at line 107 of file blf_internal_types.h.
Referenced by blf_glyph_add(), and blf_glyph_render().