Find what fonts are used?

dayv2005

Member
Is there a way to find out what fonts a specific .w uses? The problem that i am having is that we have several apps from before my time. I wanted to create standard fonts and colors in the ini files. The issue is that i have some fonts that are no longer used and i would like to get all the fonts that my app uses then compare to the ini file and remove the ones that are no longer used.

This way we can get a more standard look and feel with our older applications.

Thanks
 

Casper

ProgressTalk.com Moderator
Staff member
On Unix: grep FONT *.w

This will display all the font numbers from the ini used.

HTH,

Casper.
 
Top