C# Class CSPspEmu.Hle.Modules.libfont.sceLibFont

Show file Open project: soywiz/cspspemu

Private Methods

Method Description
sceFontDoneLib ( FontLibrary FontLibrary ) : int
sceFontFindFont ( FontLibrary FontLibrary, FontStyle FontStylePointer, uint ErrorCode ) : int
sceFontFindOptimumFont ( FontLibrary FontLibrary, FontStyle FontStylePointer, uint ErrorCode ) : int
sceFontGetFontInfoByIndexNumber ( FontLibrary FontLibrary, FontInfo FontInfoPointer, int Unknown, int FontIndex ) : int
sceFontGetFontList ( FontLibrary FontLibrary, FontStyle FontStylesPointer, int MaximumNumberOfFontsToGet ) : int
sceFontGetNumFontList ( FontLibrary FontLibrary, uint ErrorCode ) : int
sceFontNewLib ( FontNewLibParams Params, uint ErrorCode ) : FontLibrary
sceFontOpen ( FontLibrary FontLibrary, int Index, int Mode, uint ErrorCode ) : Font
sceFontOpenUserFile ( FontLibrary FontLibrary, string FileName, int Mode, uint ErrorCode ) : Font
sceFontOpenUserMemory ( FontLibrary FontLibrary, byte MemoryFontAddress, int MemoryFontLength, uint ErrorCode ) : Font
sceFontPixelToPointH ( FontLibrary FontLibrary, float FontPointsH, int ErrorCode ) : float
sceFontPixelToPointV ( FontLibrary FontLibrary, float FontPointsV, int ErrorCode ) : float
sceFontPointToPixelH ( FontLibrary FontLibrary, float FontPointsH, int ErrorCode ) : float
sceFontPointToPixelV ( FontLibrary FontLibrary, float FontPointsV, int ErrorCode ) : float
sceFontSetAltCharacterCode ( FontLibrary FontLibrary, ushort CharCode ) : int
sceFontSetResolution ( FontLibrary FontLibrary, float HorizontalResolution, float VerticalResolution ) : int