Text.resize

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

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

Meta