Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
7answers
1k views

Is it possible to coax Visual Studio 2008 into using italics for comments?

I'm quite used to my IDE setup in Delphi 7, where I have my comments rendered in italics. This doesn't appear to be possible in VS2008. There's only an option for bold font, not italics. Is there ...
2
votes
2answers
295 views

What is a good programming font that looks good through Remote Desktop?

I guess I've just gotten spoiled with Consolas working on my local development machine. But at work we do a lot of development remotely via Remote Desktop, where any fonts requiring ClearType look ...
0
votes
0answers
25 views

phpDesigner forcing new line when using the Consolas font?

I just changed the font in my phpDesigner IDE to Consolas, but the editor seems to cut the text at the 10th character, forcing a wordwrap even if I disable word wrapping in the settings. Also a little ...
0
votes
3answers
696 views

Detecting ClearType-optimized fonts

Question: Is there a way to check if a given font is one of Microsoft's ClearType-optimized fonts? I guess I could simply hard-code the list of font names, since it's a relatively short list, but ...