Skip to content

Instantly share code, notes, and snippets.

@dfilimon
Created October 17, 2012 21:08
Show Gist options
  • Save dfilimon/3908193 to your computer and use it in GitHub Desktop.
Save dfilimon/3908193 to your computer and use it in GitHub Desktop.
Add this after ATETextPane.java:137 to enjoy anti-aliased text in your ANTLWorks editor! :)
((Graphics2D)g).setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
@dfilimon
Copy link
Author

The path is aw/org/antlr/works/ate/ATETextPane.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment