Cosmos/source2/Users/Orvid/Orvid.Graphics/FontSupport/FontCharacterSet.cs

12 lines
204 B
C#

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