BitmapDrawer.drawMultiLineText

Draws fully formatted text within a given prelimiter specified by pos. Offset specifies how much of the text is being obscured from the left hand side. lineOffset specifies how much lines in pixels are skipped on the top. Return value contains state flags on wheter certain portions of the text were out of bound.

  1. uint drawMultiLineText(Box pos, Text text, int offset, int lineOffset)
  2. uint drawMultiLineText(Box pos, Text[] lineChunks, int offset, int lineOffset)
    class BitmapDrawer
    uint
    drawMultiLineText
    (
    Box pos
    ,,
    int offset = 0
    ,
    int lineOffset = 0
    )

Meta