How to find what fonts I've got?

G

George

Am using WinXP-pro. Is there a simple one-step way to find/show all the
fonts I have on my system, not just the ones in the Windows fonts folder?

That is, is there an alternative to running "find files and folders" several
different times like.

find *.ttf
find *.pfm
find *.pfb
etc.?

Thanks,
George
 
V

VManes

Open a command prompt window (DOS window to some) and execute:

C:\><whatever directory you start in> cd \

then:

C:\>dir *.ttf *.pfm *.pfb /s

you can include as many other wildcard font extensions as you need

If you want to save this to a file for easier searching and editing:

C:\>dir *.ttf *.pfm *.pfb /s > myfonts.txt

Val
--
Bringing you BeadWizard Design Software
www.beadwizard.com
***************************
Practice safe eating -- always use condiments.
***************************

Am using WinXP-pro. Is there a simple one-step way to find/show all the
fonts I have on my system, not just the ones in the Windows fonts folder?

That is, is there an alternative to running "find files and folders" several
different times like.

find *.ttf
find *.pfm
find *.pfb
etc.?

Thanks,
George
 
D

Don MI

George said:
Am using WinXP-pro. Is there a simple one-step way to find/show all the
fonts I have on my system, not just the ones in the Windows fonts folder?

That is, is there an alternative to running "find files and folders" several
different times like.

find *.ttf
find *.pfm
find *.pfb
etc.?

Thanks,
George

http://www.karenware.com/powertools/powertools.asp

Download and install Karen's free Front Explorer.

Don
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top