Attribute "fontsize"

Use:optional
Used by:graph, cluster, node, record, edge
Description:The font size for object labels.
Values:1.0 .. 1000.0
Default Value:14.0
Sponsored links:

Example 1/1:
Source code:
'
(graph ((fontsize "10.0") (label "fontsize='10.0'"))
 
(node ((id "a") (fontsize "15.0") (fontname "Arial") (label "fontsize='15.0'")))
(edge ((from "a") (to "a") (fontsize "40.0") (label "fontsize='40.0'"))))
Sponsored links

 Copyright 2006-2010 by Martin Loetzsch (http://martin-loetzsch.de), all rights reserved. See the S-Dot licence for details.