From 62676780b4363d25d7a247f39484b1e4a34ef7b7 Mon Sep 17 00:00:00 2001 From: Context Git Mirror Bot Date: Wed, 2 Mar 2016 17:15:08 +0100 Subject: 2016-03-02 16:58:00 --- tex/context/base/mkiv/font-tfm.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tex/context/base/mkiv/font-tfm.lua') diff --git a/tex/context/base/mkiv/font-tfm.lua b/tex/context/base/mkiv/font-tfm.lua index 2dd576849..83ac2f0d8 100644 --- a/tex/context/base/mkiv/font-tfm.lua +++ b/tex/context/base/mkiv/font-tfm.lua @@ -34,6 +34,7 @@ local registertfmfeature = tfmfeatures.register constructors.resolvevirtualtoo = false -- wil be set in font-ctx.lua fonts.formats.tfm = "type1" -- we need to have at least a value here +fonts.formats.ofm = "type1" -- we need to have at least a value here --[[ldx--

The next function encapsulates the standard loader as @@ -196,3 +197,5 @@ function readers.tfm(specification) end return check_tfm(specification,fullname) end + +readers.ofm = readers.tfm -- cgit v1.2.3