Function Painter.drawText

Draw a text run at some position with some color

void drawText (
  const(GlyphInstance[]) run,
  Color color
);