Text.resize

Set new bounding box for the text; wrap the text if it doesn't fit in boundaries. Redraw it.

  1. void resize()
  2. void resize(Vector2 space, bool wrap)
    struct Text(T : Node)
    void
    resize
    (,
    bool wrap = true
    )

Meta