le3d - LightEngine 3D
A straightforward C++ 3D software engine for real-time graphics
Public Member Functions | Public Attributes | List of all members
LeBmpFont Class Reference

Contain and manage a monospace bitmap font. More...

#include <bitmap.h>

Public Member Functions

 LeBmpFont ()
 
 ~LeBmpFont ()
 

Public Attributes

LeBitmapfont
 
int charSizeX
 
int charSizeY
 
int charBegin
 
int charEnd
 
int spaceX
 
int spaceY
 

Detailed Description

Contain and manage a monospace bitmap font.

Constructor & Destructor Documentation

LeBmpFont::LeBmpFont ( )
LeBmpFont::~LeBmpFont ( )

Member Data Documentation

int LeBmpFont::charBegin

First character in set (ascii code)

int LeBmpFont::charEnd

Last character in set (ascii code)

int LeBmpFont::charSizeX

Horizontal size of character

int LeBmpFont::charSizeY

Vertical size of character

LeBitmap* LeBmpFont::font

Bitmap with character set

int LeBmpFont::spaceX

Horizontal space between characters

int LeBmpFont::spaceY

Vertical space between characters


The documentation for this class was generated from the following files: