Blender V2.61 - r43446
|
#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 87 of file blf_internal_types.h.
float GlyphBLF::advance |
Definition at line 101 of file blf_internal_types.h.
Referenced by blf_font_boundbox(), blf_font_draw(), blf_font_draw_ascii(), blf_font_fixed_width(), and blf_glyph_add().
unsigned char* GlyphBLF::bitmap |
Definition at line 113 of file blf_internal_types.h.
Referenced by blf_glyph_add(), blf_glyph_free(), and blf_glyph_render().
Definition at line 98 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 131 of file blf_internal_types.h.
Referenced by blf_glyph_render().
unsigned int GlyphBLF::c |
Definition at line 92 of file blf_internal_types.h.
Referenced by blf_glyph_add(), and blf_glyph_search().
int GlyphBLF::height |
Definition at line 117 of file blf_internal_types.h.
Referenced by blf_glyph_add(), and blf_glyph_render().
FT_UInt GlyphBLF::idx |
Definition at line 95 of file blf_internal_types.h.
Referenced by blf_glyph_add().
struct GlyphBLF* GlyphBLF::next |
Definition at line 88 of file blf_internal_types.h.
Referenced by blf_glyph_search().
int GlyphBLF::pitch |
Definition at line 118 of file blf_internal_types.h.
Referenced by blf_glyph_add().
float GlyphBLF::pos_x |
Definition at line 127 of file blf_internal_types.h.
Referenced by blf_glyph_add(), and blf_glyph_render().
float GlyphBLF::pos_y |
Definition at line 128 of file blf_internal_types.h.
Referenced by blf_glyph_add(), and blf_glyph_render().
struct GlyphBLF* GlyphBLF::prev |
Definition at line 89 of file blf_internal_types.h.
GLuint GlyphBLF::tex |
Definition at line 104 of file blf_internal_types.h.
Referenced by blf_glyph_render().
float GlyphBLF::uv[2][2] |
Definition at line 121 of file blf_internal_types.h.
Referenced by blf_glyph_render().
int GlyphBLF::width |
Definition at line 116 of file blf_internal_types.h.
Referenced by blf_glyph_add(), and blf_glyph_render().
int GlyphBLF::xoff |
Definition at line 107 of file blf_internal_types.h.
Referenced by blf_glyph_add(), and blf_glyph_render().
int GlyphBLF::yoff |
Definition at line 108 of file blf_internal_types.h.
Referenced by blf_glyph_add(), and blf_glyph_render().