modelGraph : display in Helvetica font

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5707 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-11-13 15:29:38 +00:00
parent 63438fe5ab
commit 93f20b1569

View File

@@ -46,7 +46,10 @@ class modelgraph
$tables[$table] = $this->db->getTableSchema ($table);
}
$d = "digraph G {\n";
$d .= " node [shape=box];\n";
$d .= " node [\n";
$d .= " shape=box\n";
$d .= " fontname = \"helvetica\"\n";
$d .= " ];\n";
$d .= " rankdir=RL\n";
// Generate the tables objects with the fields