ProFont not showing in Visual Studio 2010
My favorite coding font, ProFont, does not show up in the list of fonts in Visual Studio 2010开发者_JAVA技巧. Shows up fine in VS 2008 on the same box. Any ideas? I'm using Windows 7 with Visual Studio 2010 Premium.
Are you using the .FON
(ancient bitmap-font format) version of ProFont? I know WPF does its own font rendering; it may be that FON fonts are no longer supported.
Grab the TTF version and I believe it should work.
精彩评论