rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

Option to not anti-alias fonts #220

Closed lewisthompson closed 8 years ago

lewisthompson commented 8 years ago

I use the Terminus (TTF) font which requires fonts are not anti-aliased. In iTerm2 I have an option to disable anti-aliasing but this does not seem present in neovim-dot-app. Could such an option be introduced to support this and similar fonts?

F1LT3R commented 8 years ago

+1

Same issue for me. Not likely to commit to using Neovim long term I've I'm forced to use anti-aliased fonts. I find anti-aliased fonts harder to scan and make my eyes tired quicker.

rogual commented 8 years ago

Hey guys,

Thanks to @bambu's recent work you can now toggle antialiasing in your init.vim:

call MacSetFontShouldAntialias(0)
call MacSetFontShouldAntialias(1)