From caa96e5b7ffbf0570c815badbab54d3b6a69f2ab Mon Sep 17 00:00:00 2001 From: Carlos H Date: Fri, 3 Jun 2016 14:27:34 +0200 Subject: [PATCH] Add README --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..b12a688 --- /dev/null +++ b/README @@ -0,0 +1,18 @@ +Dot Matrix 7x5 Font + +Notes: + +* if you use Emacs, use functions in char-to-hex.el to + create a canvas to draw the character on and to create the + hextring from the canvas. + +* redefine /dotradiuses and /$DrawDot to change dot style + (functions /$Set...Dot do it for some styles). + +* in theory, bitmap dimensions could be changed by changing + /$gridwidth and /$gridheight, but there are some places + in the code where width or height are hardcoded... Also, + bitmaps are encoded 1 column/byte, so radical changes are + needed to support fonts higher than 8 dots. + +-- -- 2.11.4.GIT