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