From ce13d7eaa45b59647325b97e40906c54dbcf4b38 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 23 Feb 2023 12:21:24 +0000 Subject: Bitmap font --- data/font.json | 5 +++++ data/font.png | Bin 0 -> 7342 bytes 2 files changed, 5 insertions(+) create mode 100644 data/font.json create mode 100644 data/font.png (limited to 'data') 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 Binary files /dev/null and b/data/font.png differ -- cgit v1.2.3