mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 22:05:57 +00:00
* Fonts/IFont.cs: marked as obsolete.
This commit is contained in:
parent
24f4c3189b
commit
3d90312109
|
@ -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