ยค leftS, rightS, et al
Spacers that align boxes with edges
Types
leftS :: Spacer
rightS :: Spacer
hCenterS :: Spacer
topS :: Spacer
bottomS :: Spacer
vCenterS :: Spacer
Description
These spacers prevents a box from growing larger than necessary in
either the horizontal or vertical direction. Instead, the box is
centered or aligned with one of the edges of the available space.
See Also
Other spacers: centerS, hAlignS et al, marginS,
Related combinators: compS et al, spacerP, spacerF.
Dynamic Layout.