chickadee » fmt » fit/left

(fit <width> <format> ...) procedure
(fit/left <width> <format> ...) procedure
(fit/both <width> <format> ...) procedure

A combination of pad and trunc, ensures the output width is exactly <width>, truncating if it goes over and padding if it goes under.