|
Data Fields |
|
UL_IMAGE * | img |
| | Character image data.
|
|
unsigned char * | charWidths |
| | Width of characters.
|
|
unsigned short * | charPositions |
| | Positions of characters in the texture (bits: y:7, x:9).
|
|
int | isCharWidthConstant |
| | To know wether we must free charWidth in the end.
|
|
int | charHeight |
| | Height of characters (constant).
|
|
int | recentrage |
| | Added to text positions for drawing text (recentering).
|
|
unsigned char | addedSpace |
| | Space added between the characters on the texture (allows to make characters graphically bigger than what indicated by charWidths).
|