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

Inheritance: IPGF
Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

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

Method Details

GetAdvance() public méthode

public GetAdvance ( uint Index ) : Size
Index uint
Résultat System.Drawing.Size

GetFontInfo() public méthode

public GetFontInfo ( ) : FontInfo
Résultat FontInfo

GetGlyph() public méthode

public GetGlyph ( char Character, char AlternativeCharacter = '?' ) : IGlyph
Character char
AlternativeCharacter char
Résultat IGlyph