mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 13:31:00 +00:00
* Fonts/IFont.cs: marked as obsolete.
This commit is contained in:
parent
caa0921b1c
commit
48ad1cad60
|
@ -12,6 +12,7 @@ using OpenTK.Math;
|
|||
|
||||
namespace OpenTK.Graphics
|
||||
{
|
||||
[Obsolete]
|
||||
public interface IFont : IDisposable
|
||||
{
|
||||
void LoadGlyphs(string glyphs);
|
||||
|
|
Loading…
Reference in a new issue