From b045335a52651e0dadcd6583057ca9b677cdd576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andy=20Teijelo=20P=C3=A9rez?= Date: Thu, 15 Sep 2016 14:49:23 -0400 Subject: [PATCH] Added a README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..78ad883 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +## MSX Font + +This code will build two MSX fonts in TrueType & WOFF formats, based on a PNG +of all the characters. + +It depends on: + + * GraphicsMagick + * Potrace + * Fontforge + * Fontforge's Python bindings + +To generate the fonts just run `make`.