7

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 awful.

I mean, look at this:

Screenshot of Consolas font on Remote Desktop

Normally I'm not a big fan of Courier New, but in this scenario it beats Consolas, along with all the other otherwise great-looking programmer fonts I've found (which all seem to require ClearType or some other rendering effect that apparently isn't available through Remote Desktop, at least from Windows XP) hands-down.

Can someone suggest any high-quality fonts suitable for programming that will still look good through Remote Desktop?

Dan Tao
  • 125,917
  • 54
  • 300
  • 447
  • I've never had this problem - what OS is the are you running (both locally and remotely) and what application are you developing in? – Dave Dec 21 '10 at 17:00
  • 1
    @Dave: locally: XP, remotely: Windows Server 2008. And we're developing using Visual Studio 2008. – Dan Tao Dec 21 '10 at 17:05
  • 2
    I've never had a problem with Remote Deskop through XP, but then again I don't like Consolas or Courier New. Give Andale Mono (9pt) a try, see if it helps. – Juliet Dec 21 '10 at 17:08
  • @Juliet: Well, turns out the *real* problem was just that I'm an idiot... that is a very nice font, though; thanks! – Dan Tao Dec 21 '10 at 17:13

3 Answers3

9

Follow this guide - perhaps it's just a configuration issue:

http://www.ytechie.com/2008/12/cleartype-in-remote-desktop-with-xp.html

The above guide shows you how to do this for every windows OS supporting clear type.

Dave

Dave
  • 6,905
  • 2
  • 32
  • 35
  • 2
    Wow, I could've *sworn* I had tried those options before! Guess not... thank you very much for kindly steering me in the direction that should've been obvious. – Dan Tao Dec 21 '10 at 17:10
  • No problem at all - I suppose it's only obvious if you know how. Glad to help. – Dave Dec 22 '10 at 08:44
2

Since i've found ttf version of terminus, i'm using it on windows boxes without ClearType.

barti_ddu
  • 10,179
  • 1
  • 45
  • 53
0

Cause For Me

Missing windows desktop experience in server 2012

Fix

I had this same issue until adding the missing feature 'desktop experience' in server 2012.

It looked terrible, just like your screen shots.

Install Desktop Experience

To add this feature to server 2012 with powershell run the following command:

Install-WindowsFeature Desktop-Experience

That completely fixed the issue for me in all browsers/fonts, hope it helps someone else out there.

Jeremy Bunn
  • 641
  • 6
  • 17