URL
https://opencores.org/ocsvn/forth-cpu/forth-cpu/trunk
Subversion Repositories forth-cpu
[/] [forth-cpu/] [trunk/] [fonts/] [readme.md] - Rev 5
Compare with Previous | Blame | View Log
# Font DirectoryThis directory contains fonts which can used with the VGA terminal emulatorcomponent.All characters are 8 pixels wide, and 12 high. To ease editing and viewing ofthe font, they are stored in a text file as a pixel map, with a '1' characterrepresenting a switched on pixel. No prizes for guessing which characterrepresents an off pixel.The format has two other advantages; it is easy for it to be read in by the HDLtool-chain, and it can be converted to a viewable [PBM][] file quite easily. Theconversion just requires prepending a header.The [Terminus][] font used could do with some cleaning up - apart from thenormal printable ASCII characters, the characters outside of that range werepicked at random.## CopyrightThe fonts are under copyright. I believe the [Terminus][] font to be licensed underthe 'SIL OPEN FONT LICENSE Version 1.1', the iso-8859-15 Latin-0 font I amunsure of, it came with the original project and was generated from an opensource font package.[PBM]: https://en.wikipedia.org/wiki/Netpbm_format[Terminus]: http://terminus-font.sourceforge.net/
