5 * if you use Emacs, use functions in char-to-hex.el to
6 create a canvas to draw the character on and to create the
7 hextring from the canvas.
9 * redefine /dotradiuses and /$DrawDot to change dot style
10 (functions /$Set...Dot do it for some styles).
12 * in theory, bitmap dimensions could be changed by changing
13 /$gridwidth and /$gridheight, but there are some places
14 in the code where width or height are hardcoded... Also,
15 bitmaps are encoded 1 column/byte, so radical changes are
16 needed to support fonts higher than 8 dots.