Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kakwa/kakwafont
Kakwafont, a 12px monospace bitmap font based on Terminus
https://github.com/kakwa/kakwafont
bitmap font
Last synced: about 1 month ago
JSON representation
Kakwafont, a 12px monospace bitmap font based on Terminus
- Host: GitHub
- URL: https://github.com/kakwa/kakwafont
- Owner: kakwa
- License: other
- Created: 2016-01-06T01:18:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T12:13:55.000Z (almost 9 years ago)
- Last Synced: 2024-04-16T18:34:01.497Z (9 months ago)
- Topics: bitmap, font
- Language: Makefile
- Homepage:
- Size: 48.8 KB
- Stars: 88
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KakwaFont
Another 12px monospace bitmap font.
## Presentation
KakwaFont is a 12px monospace bitmap font based on [Terminus](http://terminus-font.sourceforge.net/).
I found Terminus too wide, so I have changed most glyphs in order to have thin and clearly seperated characters.
I tried to make a clear difference between "(" and "{", "1" and "l", "0" and "O"...
The result is a clear font, well suited for programming and terminal.
## Examples
Ascii Table:
![Example](https://cdn.rawgit.com/kakwa/kakwafont/master/img/ex-1.png)
Test:
![Example](https://cdn.rawgit.com/kakwa/kakwafont/master/img/ex-2.png)
Code example:
![Example](https://cdn.rawgit.com/kakwa/kakwafont/master/img/ex-3.png)
## License
KakwaFont is licensed under the SIL Open Font License, Version 1.1.
The license is available with a FAQ at [scripts.sil.org](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL).
## Download
The latest version of KakwaFont can be downloaded here:
* [KakwaFont latest](https://github.com/kakwa/kakwafont/archive/master.tar.gz)
Previous versions can be found here:
* [KakwaFont releases](https://github.com/kakwa/kakwafont/releases)
## Install
To install this font, you need *bdftopcf* and *mkfontdir* (provided by the *xfonts-utils* package in Debian/Ubuntu)
```bash
# build the .pcf.gz
$ make# install
# supports param DESTDIR and FONTDIR
# INDEX=true triggers mkfontdir
$ make install INDEX=true # DESTDIR=./installroot/ FONTDIR=/usr/share/fonts/X11/misc# show kakwafont name
$ xlsfonts |grep kakwafont
```