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

Inheritance: IHleUidPoolClass, IDisposable
Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Свойство Type Description
FontLibrary FontLibrary
PGF IPGF

Méthodes publiques

Méthode Description
Dispose ( ) : void
Font ( FontLibrary FontLibrary, IPGF PGF ) : System
GetCharInfo ( ushort CharCode ) : FontCharInfo
GetGlyph ( ushort CharCode ) : IGlyph

Private Methods

Méthode Description
GetFontInfo ( ) : FontInfo

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Font() public méthode

public Font ( FontLibrary FontLibrary, IPGF PGF ) : System
FontLibrary FontLibrary
PGF IPGF
Résultat System

GetCharInfo() public méthode

public GetCharInfo ( ushort CharCode ) : FontCharInfo
CharCode ushort
Résultat FontCharInfo

GetGlyph() public méthode

public GetGlyph ( ushort CharCode ) : IGlyph
CharCode ushort
Résultat IGlyph

Property Details

FontLibrary public_oe property

public FontLibrary FontLibrary
Résultat FontLibrary

PGF public_oe property

public IPGF PGF
Résultat IPGF