HomeFreeBSD

Add support for arbitrary font widths. Only multiples of 8 were supported.

Description

Add support for arbitrary font widths. Only multiples of 8 were supported.

Since the font format is undocumented, it is unclear how non-multiples
of 8 should be padded to bytes in the font file. Use the same
representation as bdf text format (big- endian, with padding in the
lower bits).

Details

Provenance
bdeAuthored on
Parents
rS345482: Fix a transposition error from the previous commit
Branches
Unknown
Tags
Unknown