ScummVM API documentation
Tinsel::FONT Struct Reference

#include <text.h>

Public Attributes

int xSpacing
 x spacing between characters
 
int ySpacing
 y spacing between characters
 
int xShadow
 x shadow offset
 
int yShadow
 y shadow offset
 
int spaceSize
 x spacing to use for a space character
 
int baseColor
 base color which can be replaced, specific to Tinsel 3
 
OBJ_INIT fontInit
 structure used to init text objects
 
SCNHANDLE fontDef [300]
 image handle array for all characters in the font
 

Detailed Description

Text font data structure.

Note
only the pointer is used so the size of fontDef[] is not important. It is currently set at 300 because it suited me for debugging.

The documentation for this struct was generated from the following file: