diff options
| author | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-25 12:13:13 +0200 | 
|---|---|---|
| committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-25 12:13:13 +0200 | 
| commit | 52ee6cb5cc78d1503bb24e652f28560cc23cf588 (patch) | |
| tree | 59e5439248845d9761a929d6768963b69adb3875 | |
| parent | ccf1abf541a32aebcc6726aca8ebf058a8ae1291 (diff) | |
| download | luaotfload-52ee6cb5cc78d1503bb24e652f28560cc23cf588.tar.gz | |
[doc] update references to AFM  loaders
| -rw-r--r-- | filegraph.dot | 17 | ||||
| -rw-r--r-- | luaotfload.dtx | 4 | 
2 files changed, 2 insertions, 19 deletions
| diff --git a/filegraph.dot b/filegraph.dot index f69c751..d33653c 100644 --- a/filegraph.dot +++ b/filegraph.dot @@ -63,17 +63,8 @@ strict digraph luaotfload_files { //looks weird with circo ...      luaotfload_libs -> font_names [label="luaotfload-database.lua"]      luaotfload_libs -> typo_krn   [label="luaotfload-extralibs.lua"] -    luaotfload_libs -> font_afm   [label="luaotfload-loaders.lua"]      luaotfload_libs -> font_afk   [label="luaotfload-loaders.lua"] -    subgraph cluster_afm { rank = same; -                           label = "AFM support"; -                           node [style=filled, color=white]; -                           style     = "filled,rounded"; -                           color     = "grey90:white"; -                           font_afm; -                           font_afk; } -      mkstatus    -> status     [label="generates from distribution files",                                 style=dashed] @@ -166,14 +157,6 @@ strict digraph luaotfload_files { //looks weird with circo ...                style  = "filled,rounded",                penwidth=2] -    font_afm [label  = "luaotfload-font-afm.lua", -              shape  = rect, -              width  = "3.2cm", -              height = "1.2cm", -              color  = "#01012222", -              style  = "filled,rounded", -              penwidth=2] -      typo_krn [label  = "luaotfload-typo-krn.lua",                shape  = rect,                width  = "3.2cm", diff --git a/luaotfload.dtx b/luaotfload.dtx index 56e9d4d..622c902 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -1217,10 +1217,10 @@ and the derived files  %                                            Context libraries.  %     \ouritem {luaotfload-letterspace.lua}  font-based letterspacing.  %     \ouritem {luaotfload-typo-krn.lua}     attribute-based letterspacing. -%     \ouritem {luaotfload-font-afm.lua}     \abbrev{afm} loading.  %     \ouritem {luaotfload-font-afk.lua}     supplementary glyph  %                                            information for \abbrev{afm} -%                                            fonts. +%                                            fonts (enables ligatures +%                                            and kerning).  % \end{itemize}  %  % \begin{figure}[b] | 
