I'm using PSPad as a code editor but I'm not sure whether ClearType is enabled. Although one may say that if I see no difference that I shouldn't make a point of it, but I'm just curious to know.

I'm using the Consolas font (which is said to be optimized for ClearType).

If I disable/enable ClearType on Windows, I do see difference everywhere on Windows (menus etc), except in the code editor. So either ClearType is not enabled within the code editor at all, or Consolas is always using ClearType. I do not know.

Hopefully this image clearifies it (is this drawn using ClearType?): enter image description here

Thanks!

link|improve this question

It looks like it to me. – Dennis Williamson Feb 19 '11 at 22:59
2  
It's looks as though ClearType is in effect, as can be seen in this blowup of your image. – martineau Feb 20 '11 at 8:21
Great to see, thanks! Could any of you post it as an answer so that I can accept it please? – pimvdb Feb 20 '11 at 11:57
1  
"So either ClearType is not enabled within the code editor at all, or Consolas is always using ClearType" – Programs can override the system-wide font smoothing option for their own windows. – grawity Feb 20 '11 at 14:54
feedback

1 Answer

up vote 2 down vote accepted

Consolidating comments in to an answer:


So either ClearType is not enabled within the code editor at all, or Consolas is always using ClearType. I do not know.

Programs can override the system-wide font smoothing option for their own windows, so it is quite possible that the editor is using ClearType for it's own windows independently of your system settings.

And, it looks as though ClearType is in effect, as you can see the smoothing on letters in this enlargement of your image:

enlarged section of screenshot in question, showing smoothing on letters

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.