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