-
-
Save kayzhu/2418116 to your computer and use it in GitHub Desktop.
MacVim 7.3 (64) on Mac OS X 10.7.3... anyway when I patched Courier New I get a different output: the part where here said
The following table(s) is the font have been ignored by FontForge
doesn't show and I get more of
The glyph named name is mapped to U+####.
But its name indicates it should be mapped to U+####.
@vheon Did you try using your self-patched Courier New? Is it the same result or does it work well? My impression is that those glyph mapping problems shouldn't matter. But I could be wrong.
Yes I tried it.
This is the comparison between the two font on the same file:
Anonymous Pro
http://i49.tinypic.com/2a98ql5.jpg
Courier New
http://i45.tinypic.com/2mgnntw.jpg
@vheon Hmm, I don't have enough knowledge on why this occurs. Please do let me know if you manage to fix it and update this gist. Thanks!
Seems to be a problem with the font size used. I changed it from set guifont=Anonymous\ Pro\ for\ Powerline:h13
to set guifont=Anonymous\ Pro\ for\ Powerline:h14
and it fixes the problem.
http://i45.tinypic.com/20p8tu0.jpg
EDIT: Also change your terminal font to 14pt Anonymous Pro.
@jridgewell: I'm glad if it fix this problem on your machine, but unfortunately it doesn't on mine :(
@vheon Yes that was the same output I received as well. Which version of Vim/OS are you using?