summaryrefslogtreecommitdiff
path: root/otfl-font-pfb.lua
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2013-04-23 07:24:49 -0700
committerElie Roux <elie.roux@telecom-bretagne.eu>2013-04-23 07:24:49 -0700
commit63ee07f1f4021d07c5d89b706f2a9f1d8a4d97c9 (patch)
tree44ad64b7785d86d3ad47a1a2032e22f0c866c042 /otfl-font-pfb.lua
parent9291e1983240e72d93815a096963dc28a7acd770 (diff)
parent80ab69f3c89c4ee576310e073510f286ad0f3b66 (diff)
downloadluaotfload-63ee07f1f4021d07c5d89b706f2a9f1d8a4d97c9.tar.gz
Merge pull request #1 from phi-gamma/master
Updating with current master
Diffstat (limited to 'otfl-font-pfb.lua')
-rw-r--r--otfl-font-pfb.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/otfl-font-pfb.lua b/otfl-font-pfb.lua
deleted file mode 100644
index 66abf23..0000000
--- a/otfl-font-pfb.lua
+++ /dev/null
@@ -1,8 +0,0 @@
-local fonts = fonts
-local readers = fonts.readers
-
-fonts.formats.pfb = "pfb"
-fonts.formats.pfa = "pfa"
-
-function readers.pfb(specification) return readers.opentype(specification,"pfb","type1") end
-function readers.pfa(specification) return readers.opentype(specification,"pfa","type1") end