aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-02-23 12:21:24 +0000
committerJuan J. Martinez <jjm@usebox.net>2023-02-23 12:21:24 +0000
commitce13d7eaa45b59647325b97e40906c54dbcf4b38 (patch)
tree7de8d3ddf19313c54f892fb9024d161835921354 /data
parent3312d78396821bf8fee9e158066fde05bde77a9e (diff)
downloadspace-plat-hs-ce13d7eaa45b59647325b97e40906c54dbcf4b38.tar.gz
space-plat-hs-ce13d7eaa45b59647325b97e40906c54dbcf4b38.zip
Bitmap font
Diffstat (limited to 'data')
-rw-r--r--data/font.json5
-rw-r--r--data/font.pngbin0 -> 7342 bytes
2 files changed, 5 insertions, 0 deletions
diff --git a/data/font.json b/data/font.json
new file mode 100644
index 0000000..d33dd03
--- /dev/null
+++ b/data/font.json
@@ -0,0 +1,5 @@
+{
+ "width": 6,
+ "height": 10,
+ "map": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!?()@:/'., "
+}
diff --git a/data/font.png b/data/font.png
new file mode 100644
index 0000000..9f44e46
--- /dev/null
+++ b/data/font.png
Binary files differ