fn trunc(value: Fixed) -> Fixed
FreeType converts from 16.16 to 26.6 by truncation. We keep our values in 16.16 so simply zero the low 10 bits to match the precision when converting to f32.