Is there anyway to unbold text in the editor.
On OS X the text in the editor window seems to all be set to bold or heavier weight than other programs using the same font and font size settings. Is there a way to adjust this?
Thanks,
Charlie
Please sign in to leave a comment.
Hello Charlie,
You can try to play with the antialiasing settings - this may affect the
perceived weight of the font. There's no way to control it directly, other
than what's available in Settings | Colors and Fonts.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hi Dmitry,
I ended up adding the following to the Java properties in the info.plist in the .app Contents
{code}
apple.awt.rendering quality
{code}
That seemed to smooth things out a bit.
Thanks,
Charlie