SkinnedGuiRenderer.drawTextLine

Draws line of text aligning it to the position.

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

Meta