mirror of https://github.com/dspinellis/UMLGraph
Fixed bug with node font name specification.
This commit is contained in:
parent
c58aaf1aa4
commit
26dd033ae0
|
|
@ -217,6 +217,9 @@ You can download it in source and compiled format from the following links:
|
|||
|
||||
<h3>Version History</h3> <!-- {{{1 -->
|
||||
<dl>
|
||||
<dt>Version 1.20 2002/09/23<dd>
|
||||
Fixed bug in 1.19 with node font name specification.
|
||||
|
||||
<dt>Version 1.19 2002/09/20<dd>
|
||||
New options:
|
||||
nodefontname,
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ class Options implements Cloneable {
|
|||
edgeFontColor = "black";
|
||||
edgeColor = "black";
|
||||
edgeFontSize = 10;
|
||||
nodeFontName = "Helvetica";
|
||||
nodeFontAbstractName = "Helvetica-Oblique";
|
||||
nodeFontColor = "black";
|
||||
nodeFontSize = 10;
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ class Options implements Cloneable {
|
|||
edgeFontColor = "black";
|
||||
edgeColor = "black";
|
||||
edgeFontSize = 10;
|
||||
nodeFontName = "Helvetica";
|
||||
nodeFontAbstractName = "Helvetica-Oblique";
|
||||
nodeFontColor = "black";
|
||||
nodeFontSize = 10;
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ class Options implements Cloneable {
|
|||
edgeFontColor = "black";
|
||||
edgeColor = "black";
|
||||
edgeFontSize = 10;
|
||||
nodeFontName = "Helvetica";
|
||||
nodeFontAbstractName = "Helvetica-Oblique";
|
||||
nodeFontColor = "black";
|
||||
nodeFontSize = 10;
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ class Options implements Cloneable {
|
|||
edgeFontColor = "black";
|
||||
edgeColor = "black";
|
||||
edgeFontSize = 10;
|
||||
nodeFontName = "Helvetica";
|
||||
nodeFontAbstractName = "Helvetica-Oblique";
|
||||
nodeFontColor = "black";
|
||||
nodeFontSize = 10;
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ class Options implements Cloneable {
|
|||
edgeFontColor = "black";
|
||||
edgeColor = "black";
|
||||
edgeFontSize = 10;
|
||||
nodeFontName = "Helvetica";
|
||||
nodeFontAbstractName = "Helvetica-Oblique";
|
||||
nodeFontColor = "black";
|
||||
nodeFontSize = 10;
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ class Options implements Cloneable {
|
|||
edgeFontColor = "black";
|
||||
edgeColor = "black";
|
||||
edgeFontSize = 10;
|
||||
nodeFontName = "Helvetica";
|
||||
nodeFontAbstractName = "Helvetica-Oblique";
|
||||
nodeFontColor = "black";
|
||||
nodeFontSize = 10;
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ class Options implements Cloneable {
|
|||
edgeFontColor = "black";
|
||||
edgeColor = "black";
|
||||
edgeFontSize = 10;
|
||||
nodeFontName = "Helvetica";
|
||||
nodeFontAbstractName = "Helvetica-Oblique";
|
||||
nodeFontColor = "black";
|
||||
nodeFontSize = 10;
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ class Options implements Cloneable {
|
|||
edgeFontColor = "black";
|
||||
edgeColor = "black";
|
||||
edgeFontSize = 10;
|
||||
nodeFontName = "Helvetica";
|
||||
nodeFontAbstractName = "Helvetica-Oblique";
|
||||
nodeFontColor = "black";
|
||||
nodeFontSize = 10;
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ class Options implements Cloneable {
|
|||
edgeFontColor = "black";
|
||||
edgeColor = "black";
|
||||
edgeFontSize = 10;
|
||||
nodeFontName = "Helvetica";
|
||||
nodeFontAbstractName = "Helvetica-Oblique";
|
||||
nodeFontColor = "black";
|
||||
nodeFontSize = 10;
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ class Options implements Cloneable {
|
|||
edgeFontColor = "black";
|
||||
edgeColor = "black";
|
||||
edgeFontSize = 10;
|
||||
nodeFontName = "Helvetica";
|
||||
nodeFontAbstractName = "Helvetica-Oblique";
|
||||
nodeFontColor = "black";
|
||||
nodeFontSize = 10;
|
||||
|
|
|
|||
|
|
@ -217,6 +217,9 @@ You can download it in source and compiled format from the following links:
|
|||
|
||||
<h3>Version History</h3> <!-- {{{1 -->
|
||||
<dl>
|
||||
<dt>Version 1.20 2002/09/23<dd>
|
||||
Fixed bug in 1.19 with node font name specification.
|
||||
|
||||
<dt>Version 1.19 2002/09/20<dd>
|
||||
New options:
|
||||
nodefontname,
|
||||
|
|
|
|||
Loading…
Reference in New Issue