Skip to content

Commit 8c91aa4

Browse files
authored
haoliang1981
Comment Line as suggested by haoliang1981: #21
1 parent 9a8d4e1 commit 8c91aa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/visualdataweb/vowl/rendering/TextLayoutDecorator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void run(double frac) {
5252
int colorBlue = (Integer) decoratedItem.get(colorBlueColum);
5353
int textSize = (Integer) decoratedItem.get(textSizeColum);
5454
decorator.setTextColor(ColorLib.rgb(colorRed, colorGreen, colorBlue));
55-
decorator.setFont(FontLib.getFont("Tahoma", textSize));
55+
// decorator.setFont(FontLib.getFont("Tahoma", textSize));
5656
}
5757

5858
/** NODES ONLY **/

0 commit comments

Comments
 (0)