#include <revolution/fnt.h> FNTEncoding FNTSetEncoding( FNTHeader* font, FNTEncoding encoding );
| font | Pointer to the font data buffer. Initialization using FNTConstruct or FNTStreamingConstruct is required. |
|---|---|
| encoding | Character encoding method. |
Returns the previous encoding method.
Sets the character encoding method.
The character encoding method affects the operation of FNTGetTexture and FNTGetWidth.
FNTGetEncoding, FNTGetTexture, FNTGetWidth
2006/10/01 Initial version.
CONFIDENTIAL