Blender V2.61 - r43446
Public Attributes

GlyphCacheBLF Struct Reference

#include <blf_internal_types.h>

List of all members.

Public Attributes

struct GlyphCacheBLFnext
struct GlyphCacheBLFprev
int size
int dpi
ListBase bucket [257]
struct GlyphBLFglyph_ascii_table [256]
GLuint * textures
int ntex
int cur_tex
int x_offs
int y_offs
unsigned int pad
int max_glyph_width
int max_glyph_height
int p2_width
int p2_height
int num_glyphs
int rem_glyphs
float ascender
float descender

Detailed Description

Definition at line 34 of file blf_internal_types.h.


Member Data Documentation

Definition at line 83 of file blf_internal_types.h.

Referenced by BLF_ascender(), and blf_glyph_cache_new().

Definition at line 84 of file blf_internal_types.h.

Referenced by BLF_descender(), and blf_glyph_cache_new().

Definition at line 42 of file blf_internal_types.h.

Referenced by blf_glyph_cache_find(), and blf_glyph_cache_new().

Definition at line 54 of file blf_internal_types.h.

Referenced by blf_glyph_cache_new(), and blf_glyph_cache_texture().

Definition at line 77 of file blf_internal_types.h.

Referenced by blf_glyph_cache_new(), and blf_glyph_cache_texture().

unsigned int GlyphCacheBLF::pad

Definition at line 36 of file blf_internal_types.h.

Referenced by blf_glyph_cache_new().

Definition at line 39 of file blf_internal_types.h.

Referenced by blf_glyph_cache_find(), and blf_glyph_cache_new().

Definition at line 62 of file blf_internal_types.h.

Referenced by blf_glyph_cache_new(), and blf_glyph_render().

Definition at line 63 of file blf_internal_types.h.

Referenced by blf_glyph_cache_new(), and blf_glyph_render().


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