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

GetGlyph() public method

public GetGlyph ( ushort CharCode ) : IGlyph
CharCode ushort
return IGlyph
            public IGlyph GetGlyph(ushort CharCode)
            {
                return PGF.GetGlyph((char)CharCode, (char)FontLibrary.AlternateCharCode);
            }