https://github.com/liebranca/ft8
8x8 tty font utility
https://github.com/liebranca/ft8
Last synced: about 1 month ago
JSON representation
8x8 tty font utility
- Host: GitHub
- URL: https://github.com/liebranca/ft8
- Owner: Liebranca
- Created: 2022-01-07T08:44:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T00:09:34.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T19:20:32.555Z (3 months ago)
- Language: Perl
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
# ft8
8x8 tty font utility. Includes some bmp image handling and scripts to generate resized variations of a joj font, for use in the linux console.
### joj fonts
jojft is an image format I made up. Basically, it stores 8x8 glyphs into 1 bit per pixel, totaling 64 bits per glyph.
The default font `lycon` is provided with this repo, both because it's a backup for my own font and to demonstrate usage:
```bash
ft8 8,16,24 ~/AR/ft8/lycon ~/AR/ft8/fonts```
Outs 8x8, 16x16 and 24x24 versions of `lycon` to the `ARPATH` font directory.
For more information on how to work with `AR` packages, refer to the [avtomat](https://github.com/Liebranca/avtomat) repository, where the example script `AR-install` demonstrates it in detail.
# TODO
- frontend for jojft unpack
- dedicated jojft editor