Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MacVim: Turn off anti-aliased fonts with advanced rendering enabled

With MacVim, I use the Monaco font at size 10, which under the standard MacVim config is NOT anti-aliased. When I turned on Advanced Rendering in MacVim preferences (advanced tab), Monaco 10pt is now anti-aliased, which is not what I want. Is there a way to turn off font anti-aliasing in MacVim?

like image 459
jtrim Avatar asked Nov 03 '10 16:11

jtrim


1 Answers

I just thought to pull up vim help for "guifont". It shows that :set noantialias should do the trick. I've confirmed that this works.

like image 66
jtrim Avatar answered Oct 19 '22 18:10

jtrim