CSPspEmu.Hle.Formats.Font.PGF.GetAdvance C# (CSharp) Method

GetAdvance() public method

public GetAdvance ( uint Index ) : Size
Index uint
return System.Drawing.Size
        public Size GetAdvance(uint Index)
        {
            return new Size(AdvanceTable[Index].Src, AdvanceTable[Index].Dst);
        }