CSPspEmu.Hle.Formats.Font.Glyph.Glyph C# (CSharp) Method

Glyph() public method

public Glyph ( PGF PGF, int GlyphIndex ) : System
PGF PGF
GlyphIndex int
return System
        public Glyph(PGF PGF, int GlyphIndex)
        {
            this.PGF = PGF;
            this.GlyphIndex = GlyphIndex;
        }
Glyph