Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucy/tewi-font
small bitmap font
https://github.com/lucy/tewi-font
Last synced: 5 days ago
JSON representation
small bitmap font
- Host: GitHub
- URL: https://github.com/lucy/tewi-font
- Owner: lucy
- License: mit
- Archived: true
- Created: 2012-08-31T15:30:26.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-06-15T00:27:16.000Z (over 5 years ago)
- Last Synced: 2024-08-02T12:47:54.177Z (3 months ago)
- Language: Python
- Homepage:
- Size: 709 KB
- Stars: 606
- Watchers: 20
- Forks: 24
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - lucy/tewi-font - small bitmap font (others)
README
![screenshot](https://lucy.github.io/tewi-font/tewi-2.png)
#### tewi-medium
![tewi-medium](https://lucy.github.io/tewi-font/tewi-medium.png)#### tewii-medium
![tewii-medium](https://lucy.github.io/tewi-font/tewii-medium.png)#### tewi2a-medium
![tewi2a-medium](https://lucy.github.io/tewi-font/tewi2a-medium.png)#### tewi-bold
![tewi-bold](https://lucy.github.io/tewi-font/tewi-bold.png)#### tewii-bold
![tewii-bold](https://lucy.github.io/tewi-font/tewii-bold.png)#### tewi2a-bold
![tewi2a-bold](https://lucy.github.io/tewi-font/tewi2a-bold.png)## Building
#### Requirements
* python 3 (variant generator)
* bdftopcf (.pcf files)Run `make` to build PCFs. To only build the standalone BDF files run `make var`.
## Installing
#### Arch
[AUR package](https://aur.archlinux.org/packages/bdf-tewi-git/)#### Crux
[6c37/pcf-tewi](https://github.com/6c37/crux-ports)#### X11
```shell
$ make fontdir
$ xset +fp /path/to/tewi-font/out # you should do this every time X starts
# e.g. put it in your ~/.xinitrc
```#### Fontconfig
```shell
$ make
$ ln -s /path/to/tewi-font/out ~/.fonts/tewi
$ fc-cache -fv
```NOTE: If your distro has a file like `70-no-bitmaps.conf` in
`/etc/fonts/conf.d`, and tewi doesn't work, you should remove it.