| #
1.2 |
|
08-Jun-2022 |
uwe |
Terminus Font: Regen after fixing an off-by-one in bdfload.
A bug in bdfload caused numchars parameter to be one less than reality, so the last glyph was lost. It was not immediately noticeable b/c in IBM (cp437) encoded fonts the last glyph is a (non-breaking) space.
While here, change the font names to have -CP437 suffix.
|
| #
1.1 |
|
14-May-2022 |
uwe |
Terminus Font: Import IBM-encoded versions from 4.49.1
Terminus Font is a clean, fixed width bitmap font, designed for long (8 and more hours per day) work with computers.
The font has a very good script coverage and subsets with other encodings can be imported in the future.
This commit imports IBM437 encoded (WSDISPLAY_FONTENC_ISO) subsets converted to WSF format. wsfont metadata are stored in the files, so you can load them without any additional arguments to wsfontload(8).
|