aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-04-12 14:41:02 +0200
committerBad Diode <bd@badd10de.dev>2021-04-12 14:41:02 +0200
commit0262756cd809f10360e58f2ddba5ba0423be9371 (patch)
treedf649129c99ec1ddf8eeeaa5865d6c241daa8ae5 /README.md
downloadbd-font-0262756cd809f10360e58f2ddba5ba0423be9371.tar.gz
bd-font-0262756cd809f10360e58f2ddba5ba0423be9371.zip
Initial commitv1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e5f08fb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
1# BD-font: A ZX-Spectrum inspired 8x8px font
2
3This is a simple 8x8 font inspired by 8-bit computers, and implements the full
40-127 ASCII character range as well as the extended symbols in the ['437'
5character set][437-char].
6
7The font is available as a 128x128 bmp image (`bd-font-8x8_128x128.bmp`), where
8the characters are in 8x8 tiles, with 16 columns and 16 rows. Additionally, the
9[chr][chr] file `bd-font-8x8.chr` is available for loading each character as
10bitmaps (8 bytes per character). The font can also be embedded in C by copying
11or including the contents of the `bd-font-8x8.c` file directly to your project.
12
13This font is totally free for any kind of usage and dual license under UNLICENSE
14and MIT, see the `LICENSE.md` for details. Attribution is nice but not
15necessary, but if you use this font in your projects [I would love to
16know!][contact]
17
18[437-char]: https://en.wikipedia.org/wiki/Code_page_437
19[chr]: https://wiki.xxiivv.com/site/chr_format.html
20[contact]: mailto:bd@badd10de.dev