Template:CELL ERROR FACILITY FONT - 0x054
Jump to navigation
Jump to search
Font errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_FONT_ERROR_FATAL | 0x80540001 | Fatal error |
CELL_FONT_ERROR_INVALID_PARAMETER | 0x80540002 | Object specified as argument is invalid |
CELL_FONT_ERROR_UNINITIALIZED | 0x80540003 | Uninitialized object was used |
CELL_FONT_ERROR_INITIALIZE_FAILED | 0x80540004 | Initialization failed |
CELL_FONT_ERROR_INVALID_CACHE_BUFFER | 0x80540005 | Invalid cache buffer specified |
CELL_FONT_ERROR_ALREADY_INITIALIZED | 0x80540006 | Already initialized |
CELL_FONT_ERROR_ALLOCATION_FAILED | 0x80540007 | Memory could not be allocated |
CELL_FONT_ERROR_NO_SUPPORT_FONTSET | 0x80540008 | Unsupported font set |
CELL_FONT_ERROR_OPEN_FAILED | 0x80540009 | Internal open process failed |
CELL_FONT_ERROR_READ_FAILED | 0x8054000a | Internal read process failed |
CELL_FONT_ERROR_FONT_OPEN_FAILED | 0x8054000b | Could not open font |
CELL_FONT_ERROR_FONT_NOT_FOUND | 0x8054000c | Font could not be found |
CELL_FONT_ERROR_FONT_OPEN_MAX | 0x8054000d | Maximum number of fonts already open |
CELL_FONT_ERROR_FONT_CLOSE_FAILED | 0x8054000e | Could not close font |
CELL_FONT_ERROR_ALREADY_OPENED | 0x8054000f | A font is already opened |
CELL_FONT_ERROR_NO_SUPPORT_FUNCTION | 0x80540010 | Unsupported function |
CELL_FONT_ERROR_NO_SUPPORT_CODE | 0x80540011 | Specified character code is not supported |
CELL_FONT_ERROR_NO_SUPPORT_GLYPH | 0x80540012 | Glyph could not be found |
CELL_FONT_ERROR_BUFFER_SIZE_NOT_ENOUGH | 0x80540016 | Size of the specified buffer is not enough |
CELL_FONT_ERROR_RENDERER_ALREADY_BIND | 0x80540020 | Renderer is already bound |
CELL_FONT_ERROR_RENDERER_UNBIND | 0x80540021 | Renderer is not bound |
CELL_FONT_ERROR_RENDERER_INVALID | 0x80540022 | Invalid renderer was specified |
CELL_FONT_ERROR_RENDERER_ALLOCATION_FAILED | 0x80540023 | Memory allocation by renderer failed |
CELL_FONT_ERROR_ENOUGH_RENDERING_BUFFER | 0x80540024 | Exceeded the scale limite of the rendering buffer |
CELL_FONT_ERROR_NO_SUPPORT_SURFACE | 0x80540040 | Unsupported surface |