Update 03.01.2021

RoccoZero

Active member
Staff member
Administrator
Developer
Apr 30, 2022
873
79
28
Update

  • 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)