Propane::_BitmapChar Struct Reference

A structure containing the representation of an individual character. More...

#include <PropaneFont.h>

List of all members.

Public Attributes

float s
 Absolute coordinate X on the sprite sheet, in texcoords (NOTE: s and t are generated when loading from FNT).
float t
 Absolute coordinate Y on the sprite sheet, in texcoords (NOTE: s and t are generated when loading from FNT).
float w
 Width of this character on the sprite sheet, in pixels.
float h
 Height of this character on the sprite sheet, in pixels.
int xadvance
 The amount of space to 'advance' when printing this character, in pixels.
int char_id
 The ASCII ID for this character. Likely to change with Unicode BMFont.
int page
 The texture page this character is found on. PropaneFont only supports single page texture fonts.
int xoffset
 The x-offset to print at.
int yoffset
 The y-offset to print at.


Detailed Description

A structure containing the representation of an individual character.


The documentation for this struct was generated from the following file:
Generated on Sun Jan 14 16:49:12 2007 for Propane Injector by  doxygen 1.4.6