Bubba-3D  0.9.0
Awesome game engine!
Classes | Public Member Functions | List of all members
Font Class Reference

#include <Font.h>

Classes

struct  GlyphData
 

Public Member Functions

GlyphData getCharacter (unsigned char character)
 
 Font (int pixelSize)
 
void addGlyph (FT_GlyphSlot glyph, int offsetX, unsigned char character)
 
int getPixelSize ()
 

Detailed Description

A class that contains data about the characters of a font. Load a font using FontManager. TextObject can render text using a Font.

Definition at line 27 of file Font.h.


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