|
| GraphViz |
UserPreferences |
| serious-code.net | RecentChanges | ±â¼úÀÚ·á | ¸µÅ© | TitleIndex | ºí·Î±× |
digraph G
{
node [fontname="Gulim.ttc"]
ÇÑ±Û -> ¿µ¾î;
Korean -> English;
}
dot -Tjpg test.dot -o test.jpg
digraph G
{
node [fontname="gulim.ttc" fontsize=9]
edge [fontname="gulim.ttc" fontsize=9]
subgraph [fontname="gulim.ttc" fontsize=9]
...
}