BitmapDrawer.drawText

Draws text to the given point. Styles: 0 = centered, 1 = left, 2 = right

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

Meta