summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2005-05-03 00:42:56 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2005-05-03 00:42:56 +0000
commit6ec966af050b25a860b1c3cd047a833ddd59f11e (patch)
treef029d757d8486c84189df82fa67fbf71b1da4644 /buildscripts
parent788b0b0cde1e30d315a212744e8c82b86ecd3614 (diff)
* scm/framework-ps.scm (write-preamble): extract CFF from OTF
fonts directly. * buildscripts/gen-emmentaler-scripts.py (i): idem. * scm/framework-ps.scm (ps-embed-cff): reinstate.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/gen-emmentaler-scripts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/gen-emmentaler-scripts.py b/buildscripts/gen-emmentaler-scripts.py
index 3895d660d7..e13d9c9f5e 100644
--- a/buildscripts/gen-emmentaler-scripts.py
+++ b/buildscripts/gen-emmentaler-scripts.py
@@ -70,7 +70,7 @@ Generate("%(filename)s-%(design_size)d.svg");
SetFontNames("PFA%(name)s-%(design_size)d", "PFA%(name)s", "PFA%(name)s %(design_size)d", "%(design_size)d", "GNU GPL", "@TOPLEVEL_VERSION@");
# different name to prevent conflict with OTF
-LoadEncodingFile("feta%(design_size)d.enc");
+#LoadEncodingFile("feta%(design_size)d.enc");
Generate("PFA%(filename)s-%(design_size)d.pfa");
''' % vars()