Update of "dotfonter"
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 2534a8ee7e83444b499de4e67819582c6288fbe2
Page Name:dotfonter
Date: 2015-12-07 23:23:32
Original User: Ross
Mimetype:text/x-markdown
Next 8621e7184c7730d02a37181fd4613b988a1ce7d4
Content

What

Dotfonter creates a TTF font from a dot matrix description.

How

Written in Lua.

Uses TTX as an intermediate language since it is an XML dialect that provides broad coverage of TrueType features through the TTX tool that can compile a TTF from a TTX description, and vice-versa.

Fonts will be described in several ways. Obvious candidates include hex dumps by rows (the format used by most LCD controller chips), and some sort of ASCII art flavored binary so that new characters can be edited in any source editor that can handle fixed-pitch text.

References

Story

See blog posts for the ongoing story of why this came about and how it works.