summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-10-07 22:32:57 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-10-07 22:32:57 -0300
commit277c4d24130ccafce414e8091d6ebf7a4a40d19c (patch)
treefb1b375fcb03db3b8d69a04655492b0ba0401cd3
parente01fe7ae167afc35c8c75d3c1ad085f70e43cfed (diff)
add makefont.pe to generate fonts files (ttf)
-rwxr-xr-xsrc/fnt/makefont.pe20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/fnt/makefont.pe b/src/fnt/makefont.pe
new file mode 100755
index 0000000..565bb92
--- /dev/null
+++ b/src/fnt/makefont.pe
@@ -0,0 +1,20 @@
+#!/usr/bin/fontforge
+
+# Generate font script.
+# Copyright (C) 2015 Márcio Alexandre Silva Delgado <coadde@parabola.nu>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+Open($1)
+Generate($1:r + ".ttf")