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 file-name="graphs/labelfontname" 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"/>
</graph>
Sponsored links

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