diff options
| author | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-11 13:20:17 +0200 | 
|---|---|---|
| committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-11 13:20:17 +0200 | 
| commit | 74f7e2976e65c04881ac16470c974ed052df125b (patch) | |
| tree | 413707122c0b4aa5ebc200841c0ed16442d281ff | |
| parent | f2934972c3a6e908624baf77833076cf2fa2f837 (diff) | |
| download | luaotfload-74f7e2976e65c04881ac16470c974ed052df125b.tar.gz | |
[graph] list AFM support files
| -rw-r--r-- | filegraph.dot | 27 | 
1 files changed, 27 insertions, 0 deletions
diff --git a/filegraph.dot b/filegraph.dot index e412279..f69c751 100644 --- a/filegraph.dot +++ b/filegraph.dot @@ -63,6 +63,17 @@ 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] @@ -147,6 +158,22 @@ strict digraph luaotfload_files { //looks weird with circo ...                         style  = "filled,rounded",                         penwidth=2] +    font_afk [label  = "luaotfload-font-afk.lua", +              shape  = rect, +              width  = "3.2cm", +              height = "1.2cm", +              color  = "#01012222", +              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",  | 
