Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it true, visual studio can't handle fonts installed after it was?

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 ?

like image 395
CheGueVerra Avatar asked Nov 01 '08 17:11

CheGueVerra


3 Answers

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.

like image 148
EvilTeach Avatar answered Sep 22 '22 15:09

EvilTeach


I've had issues with VS recognizing fonts that were installed while VS was open. Restarting VS and the machine didn't resolve the issue. The fix was closing VS, uninstalling the fonts, then re-installing them while VS was not running.

like image 40
Adam Avatar answered Sep 21 '22 15:09

Adam


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,

like image 44
Patrick Desjardins Avatar answered Sep 21 '22 15:09

Patrick Desjardins