From 7d7e0d3c8d778650105cfb479f31a2bb54d69d50 Mon Sep 17 00:00:00 2001 From: Marius Date: Thu, 19 Aug 2010 10:29:42 +0300 Subject: beta 2010.08.19 01:08 --- tex/context/base/font-enh.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tex/context/base/font-enh.lua') diff --git a/tex/context/base/font-enh.lua b/tex/context/base/font-enh.lua index 31f2b2387..7a585a7d1 100644 --- a/tex/context/base/font-enh.lua +++ b/tex/context/base/font-enh.lua @@ -6,6 +6,8 @@ if not modules then modules = { } end modules ['font-enh'] = { license = "see context related readme files" } +-- todo: optimize a bit + local next, match = next, string.match local trace_defining = false trackers.register("fonts.defining", function(v) trace_defining = v end) @@ -21,7 +23,8 @@ local report_define = logs.new("define fonts")

Here we only implement a few helper functions.

--ldx]]-- -local tfm = fonts.tfm +local fonts = fonts +local tfm = fonts.tfm --[[ldx--

The next function encapsulates the standard loader as -- cgit v1.2.3