Attribute "labelfontsize"

Use:optional
Used by:edge
Description:The font size for the headlabel and the taillabel of an edge.
Values:1.0 .. 1000.0
Default Value:11.0
Sponsored links:

Example 1/1:
Source code:
'
(graph ((ranksep "0.7") (nodesep "0.8"))
 
(node ((id "a")))
(node ((id "b")))
(node ((id "c")))
(node ((id "d")))
(edge ((from "a") (to "b") (label "labelfontsize='10.0'") (headlabel "headlabel") (taillabel "taillabel") (labelfontsize "10.0")))
(edge ((from "c") (to "d") (label "labelfontsize='20.0'") (headlabel "headlabel") (taillabel "taillabel") (labelfontsize "20.0"))))
Sponsored links

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