Go to the source code of this file.
|
| Font * | FontInit (float TexW, float TexH, unsigned char RowStride, unsigned char ColStride, uint32_t Color) |
| |
| void | FontPrintString (Font *font, char *str, float xpos, float ypos, float width, float height) |
| |
| void | FontSetColor (Font *font, uint32_t color) |
| |
◆ ASCI_SYMBOL_OFT
| #define ASCI_SYMBOL_OFT 32 |
◆ ASCI_TOTAL_CHAR
◆ INVALID_UV
◆ FontInit()
| Font * FontInit |
( |
float | TexW, |
|
|
float | TexH, |
|
|
unsigned char | RowStride, |
|
|
unsigned char | ColStride, |
|
|
uint32_t | Color ) |
◆ FontPrintString()
| void FontPrintString |
( |
Font * | font, |
|
|
char * | str, |
|
|
float | xpos, |
|
|
float | ypos, |
|
|
float | width, |
|
|
float | height ) |
◆ FontSetColor()
| void FontSetColor |
( |
Font * | font, |
|
|
uint32_t | color ) |