The class is no longer public.

This commit is contained in:
the_fiddler 2007-11-06 13:29:40 +00:00
parent 6ac7982f27
commit 21714e0dce

View file

@ -14,7 +14,7 @@ namespace OpenTK.Fonts
/// <summary>
/// Represents a single character of a specific Font.
/// </summary>
public class Glyph : IPackable<Glyph>
class Glyph : IPackable<Glyph>
{
char character;
Font font;