HPackSplit (split)

Organizes its children like words of text in a ragged-right paragraph. The children in any given row have their north boundaries aligned, and all children that are first in their row have their west borders equal to the west border of the parent. A child is horizontally clipped only if its requested horizontal size exceeds the parent's horizontal size; in this case the child will be alone in its row.


HGap
(Real, 2.0)

This many points separate each child horizontally.
VGap
(Real, 2.0)

This many points separate each row of children.
Background
(Text, "White")

Inter-children (HGap), inter-row (VGap), and end-of-line spaces are displayed in this texture.

Shape
The shape is unconstrained in the principal axis and fixed in the other axis.
See Also
VPackSplit