View Full Version : Fonts....


AllPainful
02-13-2003, 07:46 AM
Ok this may be a really stupid question... but I need to get a list of all of the fonts installed on my computer.. (I have 1904 fonts installed so manually doing it is out of the question)... I have dropped to dos prompt and did:

Dir C:\windows\fonts\ /a /b /d /on > C:\fonts.txt

but that only gives my a list of their FILE NAMES which doesn't do me any good. Does anyone know how I could get a list of the fonts on my computer?

Kaliyoda
02-13-2003, 08:00 AM
Do you have MS-Word?

There are lots of free macros available that will produce a text sample of all the fonts on your system.

A quick Google search for "Word Macro Font List" will produce some good results.

AllPainful
02-13-2003, 06:20 PM
I don't want a TEXT sample for all the fonts.. I want a list of the names of all the fonts.

Alcy
02-13-2003, 08:07 PM
If you open up windows explorer:
C: --> windows --> fonts

If you double click on a font in the folder, you'll get a lil preview.

AllPainful
02-14-2003, 12:11 AM
You don't seem to under stand.. I want a LIST of the fonts I have installed.. I have 1904 fonts installed, I don't want to look at the font folder and type 1904 font names individually.. Does anyone know how to get a list of fonts installed. besides IF you looked at my first post you'll realize I do know what I am doing seams how I used and old dos command to give me a text file list of all the files in the fonts folder.

AllPainful
02-14-2003, 12:35 AM
NEVER MIND... I got it.. I just followed Kaliyoda's advise... but after getting the macro I edited it to take out the "DEMO" of the text.. so it game me a list like I wanted.. thank you Kaliyoda.