Blender V2.61 - r43446
|
#include <BKE_bmfont_types.h>
Public Attributes | |
char | magic [4] |
short | version |
short | glyphcount |
short | xsize |
short | ysize |
bmGlyph | glyphs [1] |
Definition at line 49 of file BKE_bmfont_types.h.
short bmFont::glyphcount |
Definition at line 52 of file BKE_bmfont_types.h.
Referenced by locateGlyph(), and readBitmapFontVersion0().
Definition at line 54 of file BKE_bmfont_types.h.
Referenced by locateGlyph(), matrixGlyph(), and readBitmapFontVersion0().
char bmFont::magic[4] |
Definition at line 50 of file BKE_bmfont_types.h.
Referenced by readBitmapFontVersion0().
short bmFont::version |
Definition at line 51 of file BKE_bmfont_types.h.
Referenced by readBitmapFontVersion0().
short bmFont::xsize |
Definition at line 53 of file BKE_bmfont_types.h.
Referenced by readBitmapFontVersion0().
short bmFont::ysize |
Definition at line 53 of file BKE_bmfont_types.h.
Referenced by readBitmapFontVersion0().