Update
RendererManager
- Removed class GameRenderer
- Improved class RendererManager
RendererManager
- Added void DrawText(string text, RectangleF rect, Color color, float fontSize)
- Added void DrawText(string text, RectangleF rect, Color color, FontFlags fontFlags, float fontSize)
- Added void DrawText(string text, RectangleF rect, Color color, string fontFamilyName, float fontSize)
- Added void DrawText(string text, RectangleF rect, Color color, string fontFamilyName, FontFlags fontFlags, float fontSize
- Added void DrawFilledRectangle(RectangleF rect, Color color)