Attribute "labelfontname"

Use:optional
Used by:edge
Description:The name of the used font for the headlabel and the taillabel of an edge. (System dependend)
Values:String
Default Value:Times-Roman
Sponsored links:

Example 1/1:
Source code:
'
(graph ((ranksep "0.7") (nodesep "0.5"))
 
(node ((id "a")))
(node ((id "b")))
(node ((id "c")))
(node ((id "d")))
(edge ((from "a") (to "b") (label "a-b") (headlabel "headlabel") (taillabel "taillabel") (labelfontname "Helvetica")))
(edge ((from "c") (to "d") (label "c-d") (headlabel "headlabel") (taillabel "taillabel") (labelfontname "Courier"))))
Sponsored links

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