Comment 1 for bug 812396

Revision history for this message
Paul Sladen (sladen) wrote : Re: Coverage: CP437: Please add symbols for the suits to Ubuntu Mono

Set file for CP437; (Unicode codepoints for those outside ASCII). Usable with a Makefile rule like:

  %.bdf: %.ttf
          /usr/bin/otf2bdf -c M -p 16 -r 72 $< | sed -e 's/AVERAGE_WIDTH.*/AVERAGE_WIDTH 80/' > $@

  %.cp437.psf: %.bdf
          bdf2psf --fb $< /usr/share/bdf2psf/standard.equivalents cp437.set 256 $@