using System; using System.Collections.Generic; using System.Text; namespace Orvid.Graphics.FontSupport { internal class FontCharacterSet { private bool[] Filled; } }