Fonts
-
Hi Guys, how to get the Current installed fonts ??? I am already usinf the EnumFontFamilies() Function, but i want to use an another function ! Maybe somebody knows one :-)) Thanks for your help Best Regards Sonu
-
Hi Guys, how to get the Current installed fonts ??? I am already usinf the EnumFontFamilies() Function, but i want to use an another function ! Maybe somebody knows one :-)) Thanks for your help Best Regards Sonu
In the MSDN article, "Enumerating the Installed Fonts", it states that to do what you want you need to utilize the
EnumFonts
andEnumFontFamilies
functions. If you're looking for an alternative, you'll need to let us know what exactly you're looking to do that these functions don't. Cheers, Tom Archer Author, Inside C# Author, Visual C++.NET Bible A total abstainer is one who abstains from everything but abstention, and especially from inactivity in the af -
In the MSDN article, "Enumerating the Installed Fonts", it states that to do what you want you need to utilize the
EnumFonts
andEnumFontFamilies
functions. If you're looking for an alternative, you'll need to let us know what exactly you're looking to do that these functions don't. Cheers, Tom Archer Author, Inside C# Author, Visual C++.NET Bible A total abstainer is one who abstains from everything but abstention, and especially from inactivity in the afAs mentioned i already use the Enumfontfamilies. I dont know what i am doing wrong but the function is very slow in my app. Actually i want to draw all installed fonts in my app !! The EnumFontFamilies does this but its slow, maybe its a bug in my app but i cant find it. If you want i can send you my app to your email id. Just let me know. Thanks for your Help Best Regards Sonu
-
As mentioned i already use the Enumfontfamilies. I dont know what i am doing wrong but the function is very slow in my app. Actually i want to draw all installed fonts in my app !! The EnumFontFamilies does this but its slow, maybe its a bug in my app but i cant find it. If you want i can send you my app to your email id. Just let me know. Thanks for your Help Best Regards Sonu
sonu wrote: I dont know what i am doing wrong but the function is very slow in my app This was the part you didn't mention, which was why nobody could help you - we didn't know what the problem was - just that you didn't want to use EnumFamilyFonts. Go ahead and [send me](mailto:tarcher@mindspring.com?subject=CodeProject font help) the app and I'll take a look at it as time permits. Cheers, Tom Archer Author, Inside C# Author, Visual C++.NET Bible A total abstainer is one who abstains from everything but abstention, and especially from inactivity in the af