IGuiRenderer.drawTextLine

draws text line with alignment specified relative to rectangle

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

Meta