ITextLayouter.textWidth

Size of the area were the text is laid out. The text is automatically broken across pages. Both dimensions may be infinite which suppresses line breaks in case of the width and page breaks in case of the height.

  1. void textWidth(float x)
    interface ITextLayouter
    void
    textWidth
    (
    float x
    )
  2. float textWidth()
  3. void textHeight(float y)
  4. float textHeight()

Meta