pub const FONT_STRETCH_FRACTION_BITS: u16 = 6;
Expand description
font-stretch is a percentage relative to normal.
We use an unsigned 10.6 fixed-point value (range 0.0 - 1023.984375)
We arbitrarily limit here to 1000%. (If that becomes a problem, we could reduce the number of fractional bits and increase the limit.)