views:

700

answers:

4

I was trying to solve my XNA Font problem, when I found this here:

Visual Studio doesn’t recognize any fonts you add after it is up and running.

Is there a way to use fonts installed after Visual Studio?

After finding out that is was the Font file why would the tutorial mention something like that ?

+2  A: 

I have successfully installed a PROGGY font. It was usable after I restarted VC6.

I suspect they are talking about restarting your visual studio, instead of reinstalling your visual studio.

EvilTeach
I used the Proggy font it worked, never second guessed the font used with the tutorial source ...
CheGueVerra
There might be an additional restriction that only fixed with fonts can be seen.
EvilTeach
+1  A: 

I'd imagine this is only true until you restart the IDE. Easy enough to test, isn't it?

Jeff Atwood
+1  A: 

You should close Visual Studio and open it again. If it doesn't work, than you might need to uninstall the font (if from a program) and install it once Visual Studio is closed. But, I doubt this is necessary, maybe rebooting your machine in the last resort but closing VS and opening it again should do the job,

Daok
A: 

Yep, thx alot, i have close and re-open, now all work.

frenchwolf