IGuiRenderer.drawTextLine

draws text line with alignment specified relative to point

  1. void drawTextLine(TextLine line, ivec2 position, AlignmentType alignment)
    interface IGuiRenderer
    void
    drawTextLine
    (
    TextLine line
    ,
    ivec2 position
    ,)
  2. void drawTextLine(TextLine line, Rect area, AlignmentType alignment)

Meta