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

Inheritance: IHleUidPoolClass, IDisposable
Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
FontLibrary FontLibrary
PGF IPGF

Public Methods

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

Private Methods

Method Description
GetFontInfo ( ) : FontInfo

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Font() public method

public Font ( FontLibrary FontLibrary, IPGF PGF ) : System
FontLibrary FontLibrary
PGF IPGF
return System

GetCharInfo() public method

public GetCharInfo ( ushort CharCode ) : FontCharInfo
CharCode ushort
return FontCharInfo

GetGlyph() public method

public GetGlyph ( ushort CharCode ) : IGlyph
CharCode ushort
return IGlyph

Property Details

FontLibrary public property

public FontLibrary FontLibrary
return FontLibrary

PGF public property

public IPGF PGF
return IPGF