Ultima.ASCIIFont.ASCIIFont C# (CSharp) Method

ASCIIFont() public method

public ASCIIFont ( byte header ) : System.Drawing
header byte
return System.Drawing
        public ASCIIFont(byte header)
        {
            Header = header;
            Height = 0;
            Unk = new byte[224];
            Characters = new Bitmap[224];
        }