I want to use anti-aliasing and hinting with gvim on windows. On my *nix box I just added the following to my .Xresources file:
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintfull
How do I achieve the same in windows?