Skip to content

Commit

Permalink
Disable swing.aatext
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Nov 19, 2015
1 parent 11ba96f commit 6ad96c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/net/sf/jabref/JabRef.java
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,8 @@ private void openWindow(Vector<ParserResult> loaded) {
// Or... it doesn't work, period.
// TODO test and maybe remove this! I found this commented out with no additional info ( payload@lavabit.com )
// Enabled since JabRef 2.11 beta 4
System.setProperty("swing.aatext", "true");
// Disabled for JabRef 3.0 on 2015-11-19
// System.setProperty("swing.aatext", "true");
// Default is "on".
// "lcd" instead of "on" because of http://wiki.netbeans.org/FaqFontRendering and http://docs.oracle.com/javase/6/docs/technotes/guides/2d/flags.html#aaFonts
System.setProperty("awt.useSystemAAFontSettings", "lcd");
Expand Down

0 comments on commit 6ad96c9

Please sign in to comment.