/// Positioning of rendered number within the allotted `width`.
///
/// - `Right`: the output is right-aligned in `width` columns (default).
/// - `Center`: the output is centered in `width` columns.
/// - `Left`: the output is left-aligned in `width` columns.
/// - `Decimal`: `width` sets the minimal width before the decimal. For integers,
/// equivalent to `Right`.