diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-06-25 15:48:14 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-06-25 15:48:14 +0200 |
commit | de200c1846690e75a33aeaef920d74af34e4b001 (patch) | |
tree | a234f64dd4b337aaabdde297db2e6d2d13922741 /luaotfload-database.lua | |
parent | b4417d6f046b254fa18ee9dc740beabe42508aa1 (diff) | |
download | luaotfload-de200c1846690e75a33aeaef920d74af34e4b001.tar.gz |
add --inspect and --warnings flags to luaotfload-tool
Diffstat (limited to 'luaotfload-database.lua')
-rw-r--r-- | luaotfload-database.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/luaotfload-database.lua b/luaotfload-database.lua index 12bceb5..82f6c7c 100644 --- a/luaotfload-database.lua +++ b/luaotfload-database.lua @@ -1998,6 +1998,7 @@ names.update = update_names names.crude_file_lookup = crude_file_lookup names.crude_file_lookup_verbose = crude_file_lookup_verbose names.read_blacklist = read_blacklist +names.sanitize_string = sanitize_string names.getfilename = resolve_fullpath --- font cache |