CSPspEmu.Hle.Modules.libfont.sceLibFont.Font.Font C# (CSharp) Method

Font() public method

public Font ( FontLibrary FontLibrary, IPGF PGF ) : System
FontLibrary FontLibrary
PGF IPGF
return System
            public Font(FontLibrary FontLibrary, IPGF PGF)
            {
                this.FontLibrary = FontLibrary;
                this.PGF = PGF;
            }