diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2016-05-26 13:40:58 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2016-05-26 13:52:17 +0200 |
commit | 67ad1263d0328fc74928a9a1d06ea9aa0ee9a116 (patch) | |
tree | 91e2c833f51c2b9a2e88cba8e9b858baca643b15 /doc | |
parent | e62c662512440af0ebc4ce1f4fe81a51fc4888a3 (diff) | |
download | luaotfload-67ad1263d0328fc74928a9a1d06ea9aa0ee9a116.tar.gz |
[db] ditch fontforge compatibility code
Remove all the FF stuff and the config option. The transition is
complete, no need to keep these things around any longer.
Since we won’t be going back to the FF loader we might as well dispose
of the junk identifiers and the translation layer as well.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/luaotfload.conf.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/luaotfload.conf.rst b/doc/luaotfload.conf.rst index 7b7f342..16f055b 100644 --- a/doc/luaotfload.conf.rst +++ b/doc/luaotfload.conf.rst @@ -188,10 +188,8 @@ If ``update-live`` is set, Luaotfload will reload the database if it cannot find a requested font. Those who prefer to update manually using **luaotfload-tool** should unset this flag. -The option ``use-fontforge`` switches name scanning back to the old -method that relies on the builtin ``fontloader`` library. This is -interesting for reference until the Fontforge code will be removed -eventually. +The option ``use-fontforge`` had a meaning during the transition to the +Lua-only Opentype reader. At present it is ignored. Section ``default-features`` ----------------------------------------------------------------------- |