#include <flFont.h>
Public Attributes | |
u8 | fontType |
void * | fontData |
int | fontHSpace |
int | fontVSpace |
u32 | fontColor |
u32 | fontBackColor |
bool | fontFixedWidth |
bool | fontDataGlobal |
Definition at line 33 of file flFont.h.
Definition at line 34 of file flFont.h.
Referenced by fontCharWidth(), fontCreateDebug(), fontCreateTexture(), fontDraw2dChar(), fontDraw2dString(), fontFree(), and fontHeight().
void* Font::fontData |
Definition at line 35 of file flFont.h.
Referenced by fontCharWidth(), fontCreateDebug(), fontCreateTexture(), fontDraw2dChar(), fontDraw2dString(), fontFree(), and fontHeight().
int Font::fontHSpace |
Definition at line 36 of file flFont.h.
Referenced by fontCreateDebug(), fontCreateTexture(), fontDraw2dString(), and fontStringWidth().
int Font::fontVSpace |
Definition at line 37 of file flFont.h.
Referenced by fontCreateDebug(), fontCreateTexture(), and fontDraw2dString().
u32 Font::fontColor |
Definition at line 38 of file flFont.h.
Referenced by fontCreateDebug(), fontCreateTexture(), fontDraw2dChar(), and fontDraw2dString().
Definition at line 39 of file flFont.h.
Referenced by fontCreateDebug(), fontCreateTexture(), fontDraw2dChar(), and fontDraw2dString().
Definition at line 40 of file flFont.h.
Referenced by fontCharWidth(), fontCreateDebug(), and fontCreateTexture().
Definition at line 41 of file flFont.h.
Referenced by fontCreateDebug(), fontCreateTexture(), fontFree(), and fontLoad().