Skip to content

Instantly share code, notes, and snippets.

@jnslxndr
Created December 14, 2010 13:24
Show Gist options
  • Save jnslxndr/740399 to your computer and use it in GitHub Desktop.
Save jnslxndr/740399 to your computer and use it in GitHub Desktop.
Hidden Preferences for Processing
// makes the font in the editors anti-alias:
editor.antialias=true
//sets the font for the editor on processing, e.g.:
editor.font=LMMonoLt10-Regular,plain,20
// or platform specific
editor.font.macosx=LMMonoLt10-Regular,plain,20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment