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:
@@ -46,7 +46,10 @@ class modelgraph
|
|||||||
$tables[$table] = $this->db->getTableSchema ($table);
|
$tables[$table] = $this->db->getTableSchema ($table);
|
||||||
}
|
}
|
||||||
$d = "digraph G {\n";
|
$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";
|
$d .= " rankdir=RL\n";
|
||||||
|
|
||||||
// Generate the tables objects with the fields
|
// Generate the tables objects with the fields
|
||||||
|
|||||||
Reference in New Issue
Block a user