diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2016-06-12 18:18:43 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2016-06-12 18:18:46 +0200 |
commit | f167b470d1831575735694406eca44963f76cb3f (patch) | |
tree | 3db0e79b8d6f883f5af17a781c48f603d605b16f /doc | |
parent | d8ba9c36eaf49c1f28b8e8f11c969b77ece32db4 (diff) | |
download | luaotfload-f167b470d1831575735694406eca44963f76cb3f.tar.gz |
[fontloader] import font-ocl
Some of the more absurd aspects of fonts ;) This will fork inkscape for
the actual SVG processing.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filegraph.dot | 3 | ||||
-rw-r--r-- | doc/luaotfload-main.tex | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/filegraph.dot b/doc/filegraph.dot index 0c2dad1..34c462a 100644 --- a/doc/filegraph.dot +++ b/doc/filegraph.dot @@ -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 bebb7df..e238901 100644 --- a/doc/luaotfload-main.tex +++ b/doc/luaotfload-main.tex @@ -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 |