|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
#include <font.h>
Data Fields | |
| float | TexW |
| float | TexH |
| float | CharW |
| float | CharH |
| unsigned char | RowStride |
| unsigned char | ColStride |
| unsigned int | TexFmt |
| unsigned int | Color |
| unsigned int | TexId |
| float | TexUV [ASCI_TOTAL_CHAR][4] |
| void * | TexAddr |
| float Font::CharH |
| float Font::CharW |
| unsigned int Font::Color |
| unsigned char Font::ColStride |
| unsigned char Font::RowStride |
| void* Font::TexAddr |
| unsigned int Font::TexFmt |
| float Font::TexH |
| unsigned int Font::TexId |
| float Font::TexUV[ASCI_TOTAL_CHAR][4] |
| float Font::TexW |