GameEngineDesign-S24 / AstraEngine

0 stars 9 forks source link

Feature: Display Text #28

Closed jcollard closed 3 months ago

jcollard commented 4 months ago

The user should be able to easily write text to the screen.. Propose extending ICanvas2D to include a DrawText method.

Take a look at AstraEngine.Canvas2D.Rectangle2D to get started.