Hello,
In order to make a call to CreateFont, one needs a typeface name, such as "Arial" or "Times New Roman". No problem there. However, I have an application the returns the font filename instead of the typeface name. For example, if I use "Times New Roman" in the application, it returns Times.TTF. So, any thoughts on going from the font file name to the typeface name?
-CMR
In order to make a call to CreateFont, one needs a typeface name, such as "Arial" or "Times New Roman". No problem there. However, I have an application the returns the font filename instead of the typeface name. For example, if I use "Times New Roman" in the application, it returns Times.TTF. So, any thoughts on going from the font file name to the typeface name?
-CMR
Comment