ยค sizeS, maxSizeS, et al

Spacers: put limits on the allowed size of a box

Types

sizeS :: Size -> Spacer
maxSizeS :: Size -> Spacer
minSizeS :: Size -> Spacer

Synopsis

sizeS size

Description

Thise spacers allow you to set limits on the sizes requested by a fudget. sizeS mysize causes the fudget to request size mysize. maxSizeS and minSizeS sets upper and lower bounds on the size, respectively.

Arguments

size :: Size
The desired size, the desired maximum size or the desired minimum size.

See Also

Spacers: Spacer.