#include <revolution/fnt.h>
typedef enum
{
FNT_CONSTRUCT_MORE_DATA,
FNT_CONSTRUCT_FINISH,
FNT_CONSTRUCT_ERROR,
FNT_CONSTRUCT_CONTINUE,
FNT_MAX_CONSTRUCT_RESULT
} FNTConstructResult;
This enumerator is used to define the progress status of the font expansion process.
| FNT_CONSTRUCT_MORE_DATA | Subsequent data is required to expand the font. |
|---|---|
| FNT_CONSTRUCT_FINISH | The expansion process completed normally. |
| FNT_CONSTRUCT_ERROR | An error was generated during the expansion process. |
| FNT_CONSTRUCT_CONTINUE | Used internally. This is never used as a return value. |
2006/10/01 Initial version.
CONFIDENTIAL