Attribute "fontname"

Use:optional
Used by:graph, cluster, node, record, edge
Description:The name of the used font. (System dependend)
Values:String
Default Value:Times-Roman
Sponsored links:

Example 1/1:
Source code:
'
(graph ((label "Helvetica") (fontname "Helvetica"))
 
(node ((id "times") (label "Times-Roman'") (fontname "Times-Roman")))
(node ((id "courier") (label "Courier") (fontname "Courier")))
(edge ((from "times") (to "courier") (label "Arial") (fontname "Arial"))))
Sponsored links

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