We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ad6d7 commit 5bfcb92Copy full SHA for 5bfcb92
1 file changed
src/main/java/org/visualdataweb/vowl/types/FontUsed.java
@@ -12,7 +12,7 @@
12
*/
13
public class FontUsed {
14
15
- private static Font usedFont = FontLib.getFont("Dialog", 10);
+ private static Font usedFont = new Font(Font.SANS_SERIF, Font.PLAIN, 10); //FontLib.getFont("SansSerif", 10);
16
17
/**
18
* returns the used font
0 commit comments