diff options
| author | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-23 14:24:42 +0200 | 
|---|---|---|
| committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-23 14:24:42 +0200 | 
| commit | ec80150b55f7c84465ee8b438aab3d8faf96cc10 (patch) | |
| tree | a6e3ba3c38d316b343aa1bfcbaa98061f6b3b2ec | |
| parent | 80ab69f3c89c4ee576310e073510f286ad0f3b66 (diff) | |
| download | luaotfload-ec80150b55f7c84465ee8b438aab3d8faf96cc10.tar.gz | |
mention fontdbutil and mkglyphlist in file graph
| -rw-r--r-- | filegraph.dot | 36 | 
1 files changed, 36 insertions, 0 deletions
diff --git a/filegraph.dot b/filegraph.dot index f1283f0..f02fb9a 100644 --- a/filegraph.dot +++ b/filegraph.dot @@ -35,6 +35,10 @@ strict digraph luaotfload_files { //looks weird with circo ...      luaotfload -> luaotfload_libs      luaotfload -> otfl_blacklist_cnf +    mkglyphlist -> font_age     [label="from glyphlist.txt", +                                 style=dashed] +    fontdbutil  -> font_names   [label="--update", +                                 style=dashed]      otfl_fonts_merged -> merged_lua_libs     [label="merged",                                                style=dotted, @@ -52,6 +56,22 @@ strict digraph luaotfload_files { //looks weird with circo ...   * main files   * ································································· */ +    fontdbutil        [label  = "fontdbutil\nmkluatexfontdb.lua", +                       shape  = rect, +                       width  = "3.2cm", +                       height = "1.2cm", +                       color  = "#01012222", +                       style  = "filled,rounded", +                       penwidth=2] + +    mkglyphlist       [label  = "mkglyphlist", +                       shape  = rect, +                       width  = "3.2cm", +                       height = "1.2cm", +                       color  = "#01012222", +                       style  = "filled,rounded", +                       penwidth=2] +      luaotfload        [label  = "luaotfload.lua",                         shape  = rect,                         width  = "3.2cm", @@ -81,6 +101,22 @@ strict digraph luaotfload_files { //looks weird with circo ...   * ································································· */ +    font_age [style      = "filled,dashed", +              shape      = rect, +              width      = "3.2cm", +              fillcolor  = "#01012222", +              color      = grey40, +              style      = "filled,dotted,rounded", +              label      = "font-age.lua"] + +    font_names [style      = "filled,dashed", +                shape      = rect, +                width      = "3.2cm", +                fillcolor  = "#01012222", +                color      = grey40, +                style      = "filled,dotted,rounded", +                label      = "luaotfload-names.lua\nluaotfload-names.luc"] +      otfl_blacklist_cnf [style      = "filled,dashed",                          shape      = rect,                          width      = "3.2cm",  | 
