Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

What font does CMD.exe use by default for output in Windows XP?

Writer Andrew Mclaughlin

This is mostly just curiosity.

I'm not sure if it is Courier, Courier New, Lucida Console, or the like.

1

5 Answers

Screenshot from a very fresh XP SP3 installation:

enter image description here

0

None of them. It uses bitmap fonts. You can find then in the various .fon files in the Fonts folder. However, the Font Viewer won't make viewing them very nice for you. Basically each file consists of a different code page or font size.

I'd strongly advise to use a TrueType font, such as Lucida Console or Consolas, though. When set to Raster fonts the Windows console is incapable of handling Unicode.

5

If you go to properties, and click on the font tab it will tell you there.

enter image description here

The default font as of Windows 10 is 16 point Consolas.

True-type 8x16 (EGA) and 9x16 (VGA) fonts:

(although the 9x16 seems to have some issues with the control region)

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy