Blender  V2.59
Public Attributes
FontBLF Struct Reference

#include <blf_internal_types.h>

List of all members.

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
GlyphCacheBLFglyph_cache
GlyphBLFglyph_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]

Detailed Description

Definition at line 133 of file blf_internal_types.h.


Member Data Documentation

float FontBLF::aspect[3]
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().

Definition at line 198 of file blf_internal_types.h.

Referenced by BLF_buffer(), blf_font_buffer(), and blf_font_fill().

Definition at line 208 of file blf_internal_types.h.

Referenced by BLF_buffer(), blf_font_buffer(), and blf_font_fill().

Definition at line 205 of file blf_internal_types.h.

Referenced by BLF_buffer(), blf_font_buffer(), and blf_font_fill().

Definition at line 150 of file blf_internal_types.h.

Referenced by BLF_blur(), blf_font_fill(), and blf_glyph_render().

Definition at line 204 of file blf_internal_types.h.

Referenced by BLF_buffer(), blf_font_buffer(), and blf_font_fill().

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 138 of file blf_internal_types.h.

Referenced by blf_font_free(), blf_font_new(), and blf_font_new_from_mem().

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().

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().

float FontBLF::pos[3]

Definition at line 153 of file blf_internal_types.h.

Referenced by blf_glyph_render(), and BLF_shadow().

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().


The documentation for this struct was generated from the following file: