#include <revolution/fnt.h>
typedef enum
{
FNT_ENCODING_UTF8,
FNT_ENCODING_UTF16,
FNT_ENCODING_SJIS,
FNT_ENCODING_CP1252,
FNT_MAX_ENCODING
} FNTEncoding;
This enumerator is used to define the character encoding method of the font.
| FNT_ENCODING_UTF8 | UTF8 |
|---|---|
| FNT_ENCODING_UTF16, | UTF16 |
| FNT_ENCODING_SJIS | ShiftJIS |
| FNT_ENCODING_CP1252 | CP1252 (Code Page 1252) |
FNTGetEncoding, FNTSetEncoding
2006/10/01 Initial version.
CONFIDENTIAL