mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 22:25:37 +00:00
The class is no longer public.
This commit is contained in:
parent
320e2d04ac
commit
4b46c731f0
|
@ -14,7 +14,7 @@ namespace OpenTK.Fonts
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents a single character of a specific Font.
|
/// Represents a single character of a specific Font.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class Glyph : IPackable<Glyph>
|
class Glyph : IPackable<Glyph>
|
||||||
{
|
{
|
||||||
char character;
|
char character;
|
||||||
Font font;
|
Font font;
|
||||||
|
|
Loading…
Reference in a new issue