|
| | VITASDK_BUILD_ASSERT_EQ (4, SceFontLibHandle) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x2C, SceFontNewLibParams) |
| |
| | VITASDK_BUILD_ASSERT_EQ (4, SceFontImageRect) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x18, SceFontGlyphImage) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0xA8, SceFontStyle) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x3C, SceFontCharInfo) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x108, SceFontInfo) |
| |
| SceFontLibHandle | sceFontNewLib (SceFontNewLibParams *params, unsigned int *errorCode) |
| |
| int | sceFontDoneLib (SceFontLibHandle libHandle) |
| |
| SceFontHandle | sceFontOpen (SceFontLibHandle libHandle, int index, int mode, unsigned int *errorCode) |
| |
| SceFontHandle | sceFontOpenUserMemory (SceFontLibHandle libHandle, void *pMemoryFont, SceSize pMemoryFontSize, unsigned int *errorCode) |
| |
| SceFontHandle | sceFontOpenUserFile (SceFontLibHandle libHandle, char *file, int mode, unsigned int *errorCode) |
| |
| int | sceFontClose (SceFontHandle fontHandle) |
| |
| int | sceFontGetNumFontList (SceFontLibHandle libHandle, unsigned int *errorCode) |
| |
| int | sceFontFindOptimumFont (SceFontLibHandle libHandle, SceFontStyle *fontStyle, unsigned int *errorCode) |
| |
| int | sceFontFindFont (SceFontLibHandle libHandle, SceFontStyle *fontStyle, unsigned int *errorCode) |
| |
| int | sceFontGetFontInfo (SceFontHandle fontHandle, SceFontInfo *fontInfo) |
| |
| int | sceFontGetFontInfoByIndexNumber (SceFontLibHandle libHandle, SceFontStyle *fontStyle, int unknown, int fontIndex) |
| |
| int | sceFontSetResolution (SceFontLibHandle libHandle, float hRes, float vRes) |
| |
| int | sceFontGetFontList (SceFontLibHandle libHandle, SceFontStyle *fontStyle, int numFonts) |
| |
| int | sceFontGetCharInfo (SceFontHandle fontHandle, unsigned int charCode, SceFontCharInfo *charInfo) |
| |
| int | sceFontGetCharImageRect (SceFontHandle fontHandle, unsigned int charCode, SceFontImageRect *charRect) |
| |
| int | sceFontGetCharGlyphImage (SceFontHandle fontHandle, unsigned int charCode, SceFontGlyphImage *glyphImage) |
| |
| int | sceFontGetCharGlyphImage_Clip (SceFontHandle fontHandle, unsigned int charCode, SceFontGlyphImage *glyphImage, int clipXPos, int clipYPos, int clipWidth, int clipHeight) |
| |
| float | sceFontPixelToPointH (SceFontLibHandle libHandle, float fontPixelsH, unsigned int *errorCode) |
| |
| float | sceFontPixelToPointV (SceFontLibHandle libHandle, float fontPixelsV, unsigned int *errorCode) |
| |
| float | sceFontPointToPixelH (SceFontLibHandle libHandle, float fontPointsH, unsigned int *errorCode) |
| |
| float | sceFontPointToPixelV (SceFontLibHandle libHandle, float fontPointsV, unsigned int *errorCode) |
| |
| int | sceFontSetAltCharacterCode (SceFontLibHandle libHandle, unsigned int charCode) |
| |
| int | sceFontFlush (SceFontHandle fontHandle) |
| |