From ec80150b55f7c84465ee8b438aab3d8faf96cc10 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Tue, 23 Apr 2013 14:24:42 +0200 Subject: mention fontdbutil and mkglyphlist in file graph --- filegraph.dot | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'filegraph.dot') 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", -- cgit v1.2.3 From 3f9f0bc4a14f7deae0ede11db626d93ba031c6b7 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Tue, 23 Apr 2013 15:38:16 +0200 Subject: update doc for new file names --- filegraph.dot | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'filegraph.dot') diff --git a/filegraph.dot b/filegraph.dot index f02fb9a..a0eadec 100644 --- a/filegraph.dot +++ b/filegraph.dot @@ -27,6 +27,9 @@ strict digraph luaotfload_files { //looks weird with circo ... /* ···································································· * file structure * ································································· */ + fontdbutil -> font_names [label="--update", + style=dashed] + luaotfload -> otfl_fonts_merged [label="merged"] luaotfload -> merged_lua_libs [label="unmerged", style=solid] luaotfload -> merged_luatex_fonts [label="unmerged", style=solid] @@ -35,11 +38,6 @@ 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, lhead=cluster_merged] @@ -50,7 +48,15 @@ strict digraph luaotfload_files { //looks weird with circo ... style=dotted, lhead=cluster_merged] + merged_luatex_fonts -> font_age [label="luatex-fonts-enc.lua", + ltail=cluster_merged] + + luaotfload_libs -> font_names [label="luaotfload-database.lua"] + + mkglyphlist -> font_age [label="generates from glyphlist.txt", + style=dashed] + subgraph { rank = same; mkglyphlist; fontdbutil; luaotfload } /* ···································································· * main files -- cgit v1.2.3