using System; using System.Collections.Generic; using System.Text; namespace Orvid.Graphics.FontSupport { public class FontCharacter { Image[] forms; public FontCharacter(Image character, FontFlag flags) { } public void AddForm(Image character, FontFlag flags) { } } }