//http://www.angelcode.com/products/bmfont/ //http://cyotek.com/blog/angelcode-bitmap-font-parsing-using-csharp using System; using sd=System.Drawing; using System.Collections.Generic; using System.IO; namespace BizHawk.Bizware.BizwareGL { public class StringRenderer : IDisposable { public StringRenderer(IGL owner, Stream xml, params Stream[] textures) { Owner = owner; FontInfo = Cyotek.Drawing.BitmapFont.BitmapFontLoader.LoadFontFromXmlFile(xml); //load textures for(int i=0;i TexturePages = new List(); } }