change standard fonts on windows console

Kind of a silly question, but is there any way to get windowsXP to recognize different font options for the command prompt? When trying to choose another font on the font tab in the configuration only two show up.

Customization Tweaking 1790 This topic was started by ,



data/avatar/default/avatar37.webp

3 Posts
Location -
Joined 2005-02-11
Kind of a silly question, but is there any way to get windowsXP to recognize different font options for the command prompt? When trying to choose another font on the font tab in the configuration only two show up.
I have a few other FON and TTF files installed (some of which support the DOS codepage), but the only options seem to be "Raster Fonts" and "Lucida Console". Searching the registry hasn't really turned anything up.

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic



data/avatar/default/avatar25.webp

1 Posts
Location -
Joined 2005-02-21
I had the same problem recently. I found both of your posts here, but there was no real answer to either. So I did a little digging.
 
There is a key in the registry:

Quote:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont 
It has a value called "0" that is set to "Lucida Console". If you change this to the name of the font you want and restart the command prompt it will replace Lucida Console as the available TrueType font in the property settings. The name is case-sensitive and must match what is shown in the Control Panel Fonts window.
 
I tried adding additional fonts as values 1, 2, etc. but that did not seem to work.
 
Hope this helps.