Download BitmapFontParser.zip, last updated 02/01/2012 (500.33 KB)

Download
  • md5: 9897dbfb0eb6346f09d88a50f9687e2e
using System.Drawing;

namespace Cyotek.Drawing.BitmapFont
{
  public struct Character
  {
    #region  Public Methods

    public override string ToString()
    {
      return this.Char.ToString();
    }

    #endregion  Public Methods

    #region  Public Properties

    public int Channel { get; set; }

    public Rectangle Bounds { get; set; }

    public Point Offset { get; set; }

    public char Char { get; set; }

    public int TexturePage { get; set; }

    public int XAdvance { get; set; }

    #endregion  Public Properties
  }
}

Donate

Donate