jaquadro / LilyPath

A 2D path and shape drawing library for MonoGame and XNA.
MIT License
93 stars 12 forks source link

Draw string? #15

Open matko238 opened 5 years ago

matko238 commented 5 years ago

How to draw string using LilyPath? Currently, we need to use another spriteBatch to draw it and that affects performance and there are some weird scaling issues. Any hope to add simple DrawString?