CSPspEmu.Hle.Formats.Font.NativeFontIPGF.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(16, 16);
        }