diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-11-12 07:05:22 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-11-12 07:17:06 +0200 |
commit | 5868b9d15ebca57f7ead09140e139dbec798e1ce (patch) | |
tree | 4e672c28170c72db21bae5d666ff950bca52564c /luaotfload.dtx | |
parent | db19f6314830be14197c947987532109fd7b56b1 (diff) | |
download | luaotfload-5868b9d15ebca57f7ead09140e139dbec798e1ce.tar.gz |
Remove --database-dir and --sys options
* --database-dir is useless anyway since we don't support loading names
database from arbitrary path.
* --sys (and mkluatexfontdb-sys) are dangerous since we will load user
specific fonts (in ~/.fonts for example) which can not be loaded by
other users (can be security concern as well). If there is real need,
we should then implement it properly.
+ some clean up and less code duplication in mkluatexfontdb.
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 30898f6..8cd09f2 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -565,8 +565,7 @@ luaotfload.loadmodule('font-dum.lua') % % This is a patch for |otfl-font-def.lua|, that defines a reader for ofm % fonts, this is necessary if we set the forced field of the specification -% to |ofm|, we use it only when using \textsf{luaotfload}, not -% |mkluatexfontdb|. +% to |ofm|. % % \begin{macrocode} if fonts and fonts.tfm and fonts.tfm.readers then |