SkinnedGuiRenderer.drawTextLine

Draws line of text aligning it inside rectangle.

  1. void drawTextLine(TextLine line, ivec2 position, AlignmentType alignment)
  2. void drawTextLine(TextLine line, Rect area, AlignmentType alignment)
    class SkinnedGuiRenderer
    override
    void
    drawTextLine
    (
    TextLine line
    ,
    in Rect area
    ,
    in AlignmentType alignment
    )

Meta