diff options
Diffstat (limited to 'otfl-font-otf.lua')
-rw-r--r-- | otfl-font-otf.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/otfl-font-otf.lua b/otfl-font-otf.lua index 1465e13..9aa1a3a 100644 --- a/otfl-font-otf.lua +++ b/otfl-font-otf.lua @@ -87,6 +87,9 @@ otf.notdef = false otf.cache = containers.define("fonts", "otf", otf.version, true) otf.cleanup_aat = false -- only context +local wildcard = "*" +local default = "dflt" + --[[ldx-- <p>We start with a lot of tables and related functions.</p> --ldx]]-- |