summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/filegraph.dot5
-rw-r--r--doc/luaotfload-main.tex3
-rw-r--r--doc/luaotfload.conf.rst6
3 files changed, 8 insertions, 6 deletions
diff --git a/doc/filegraph.dot b/doc/filegraph.dot
index b274461..34c462a 100644
--- a/doc/filegraph.dot
+++ b/doc/filegraph.dot
@@ -356,7 +356,7 @@ strict digraph luaotfload_files { //looks weird with circo ...
<td>font-tfm.lua</td>
</tr>
<tr>
- <td>font-afm.lua</td>
+ <td>font-one.lua</td>
<td>font-afk.lua</td>
<td>font-oti.lua</td>
</tr>
@@ -385,6 +385,9 @@ strict digraph luaotfload_files { //looks weird with circo ...
<td>font-xtx.lua</td>
<td>font-gbn.lua</td>
</tr>
+ <tr>
+ <td>font-ocl.lua</td>
+ </tr>
</table>
>,
]
diff --git a/doc/luaotfload-main.tex b/doc/luaotfload-main.tex
index 05c3670..e238901 100644
--- a/doc/luaotfload-main.tex
+++ b/doc/luaotfload-main.tex
@@ -1279,7 +1279,7 @@ grouped twofold as below:
\beginaltitem{font-cid.lua} \endaltitem
\beginaltitem{font-map.lua} \endaltitem
\beginaltitem{font-tfm.lua} \endaltitem
- \beginaltitem{font-afm.lua} \endaltitem
+ \beginaltitem{font-one.lua} \endaltitem
\beginaltitem{font-afk.lua} \endaltitem
\beginaltitem{font-oti.lua} \endaltitem
\beginaltitem{font-otr.lua} \endaltitem
@@ -1293,6 +1293,7 @@ grouped twofold as below:
\beginaltitem{font-ota.lua} \endaltitem
\beginaltitem{font-ots.lua} \endaltitem
\beginaltitem{font-osd.lua} \endaltitem
+ \beginaltitem{font-ocl.lua} \endaltitem
\beginaltitem{font-lua.lua} \endaltitem
\beginaltitem{font-def.lua} \endaltitem
\beginaltitem{font-xtx.lua} \endaltitem
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``
-----------------------------------------------------------------------