SimpleTextFormatter.draw - multiple declarations

Function SimpleTextFormatter.draw

draw formatted text

void draw(
  DrawBuf buf,
  int x,
  int y,
  Ref!(dcanvas.graphics.fonts.Font) fnt,
  uint color
);

Function SimpleTextFormatter.draw

draw horizontaly aligned formatted text

void draw(
  DrawBuf buf,
  int x,
  int y,
  Ref!(dcanvas.graphics.fonts.Font) fnt,
  uint color,
  ubyte alignment
);