C# Class CSPspEmu.Hle.Formats.Font.NativeFontIPGF

Inheritance: IPGF
Show file Open project: soywiz/cspspemu

Public Methods

Method Description
GetAdvance ( uint Index ) : Size
GetFontInfo ( ) : FontInfo
GetGlyph ( char Character, char AlternativeCharacter = '?' ) : IGlyph

Method Details

GetAdvance() public method

public GetAdvance ( uint Index ) : Size
Index uint
return System.Drawing.Size

GetFontInfo() public method

public GetFontInfo ( ) : FontInfo
return FontInfo

GetGlyph() public method

public GetGlyph ( char Character, char AlternativeCharacter = '?' ) : IGlyph
Character char
AlternativeCharacter char
return IGlyph