summaryrefslogtreecommitdiff
path: root/otfl-font-pfb.lua
diff options
context:
space:
mode:
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