| .. |  | 
|---|
| BMFont | BMFont provides the data for BMFontData.It embedds a 8x8 pixels monospace bitmapfont, borrowed from good old @see haxe cookbook
 | 
| BMFontData | BMFontData provides the TextureDataforTextPrograms by using the data of a embedded 8x8 pixels monospace bitmapfont. | 
| Text | A Text-instance represents a continuous text (with line breaks) that can be added to a TextProgramto display it. | 
| TextOptions | This struct is to configure the properties of TextandTextPrograminstances. | 
| TextProgram | The TextProgram extends a Programto display text by using a 8x8 pixels monospace bitmapfont.It can handle multiple
 Text-instances and uses aBMFontDatawithBMFont.databy default. |