SDF font WIP
This commit is contained in:
@@ -27,6 +27,7 @@ namespace DaggerFramework.Rendering
|
||||
public abstract void DrawCircle(float radius, Color color);
|
||||
public abstract void DrawRectangle(Vector2 size, Color color);
|
||||
public abstract void DrawDebugText(Vector2 position, string text, int fontSize, Color color);
|
||||
public abstract void DrawSdfText(Vector2 position, string text, int fontSize, Color color);
|
||||
public abstract void DrawTexture(int id, Color tint);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user