BitmapDrawer.drawText

Draws text to the given point.

  1. void drawText(int x, int y, wstring text, Bitmap8Bit[wchar] fontSet, int style)
  2. void drawText(int x, int y, dstring text, Fontset!(Bitmap8Bit) fontset, uint style)
    class BitmapDrawer
    void
    drawText
    (
    int x
    ,
    int y
    ,
    dstring text
    ,,
    uint style = 0
    )

Meta