inline Size<T>& ClampHeight(T h);
ClampedHeight clamps the current Height to an alternate value. The lesser value is chosen. The following expression may be used to represent the result:
(Width, Height) = (Width, min(Height, h))
A Size reference to the current string whose Height represents the clamp of its original Height with a passed value.
Clamp ClampWidth