From ac23efee09007249c164b3b4021199a928bd7d64 Mon Sep 17 00:00:00 2001 From: Jishnu Mohan Date: Sat, 27 Sep 2014 16:01:52 +0530 Subject: adding build instructions and gitignore --- .gitignore | 3 +++ README.md | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fc748c4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.ttf +*.png +*.sfd-* diff --git a/README.md b/README.md index 241ac63..f076453 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,12 @@ The source code repository of malayalam unicode fonts developed or maintained by * Rachana * Raghu Malayalam Sans * Suruma + +How to Build +===== + +To generate TTF Files, run, + $ ./generate.pe folder/file.sfd + +To test, + $ hb-view folder/file.ttf --text-file tests/tests.txt --output-file test.png -- cgit