SDF font WIP
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
using SharpFont;
|
||||
|
||||
namespace DaggerFramework;
|
||||
|
||||
public class FontLoader : ResourceLoader<Font>
|
||||
{
|
||||
public override Font Load(string path)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return default;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user