* Fonts/IFont.cs: marked as obsolete.

This commit is contained in:
the_fiddler 2009-03-25 21:49:52 +00:00
parent 24f4c3189b
commit 3d90312109

View file

@ -12,6 +12,7 @@ using OpenTK.Math;
namespace OpenTK.Graphics
{
[Obsolete]
public interface IFont : IDisposable
{
void LoadGlyphs(string glyphs);