Attribute "fontcolor"

Use:optional
Used by:graph, cluster, node, record, edge
Description:The font color for object labels.
Values:#000000 .. #FFFFFF (rgb)
Default Value:#000000
Sponsored links:

Example 1/1:
Source code:
'
(graph ((fontcolor "#FF0000") (label "red"))
 
(node ((id "a") (fontcolor "#00FF00") (label "green")))
(node ((id "b") (fontcolor "#0000FF") (label "blue")))
(edge ((from "a") (to "b") (fontcolor "#000000") (label "black"))))
Sponsored links

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