Getting the font file name
-
Hi, Is there any way to get the name of the font file for a given font along with its attributes like bold, italic, etc.? Thanks, Krishnan
-
Hi, Is there any way to get the name of the font file for a given font along with its attributes like bold, italic, etc.? Thanks, Krishnan
GetTextMetrics often gives you all you need to know about a font. Why would you want to know a fonts filename? /Mike
-
GetTextMetrics often gives you all you need to know about a font. Why would you want to know a fonts filename? /Mike
Mike Nordell wrote: GetTextMetrics often gives you all you need to know about a font. Why would you want to know a fonts filename? I have requirement to get the list of all fonts I am using in my application so that I can bundle them with my software.