.. | |
---|
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 TextureData for TextProgram s 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 TextProgram to display it. |
TextOptions | This struct is to configure the properties of Text and TextProgram instances. |
TextProgram | The TextProgram extends a Program to display text by using a 8x8 pixels monospace bitmapfont.
It can handle multiple Text -instances and uses a BMFontData with BMFont.data by default. |