Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3026

How to enumerate font styles for a given font

$
0
0
I recently switched from Visual C++ 6.0 to Visual C++ 2008.

With Visual C++ 6.0, I used a callback method to get available font styles for a given font. I don't think that is working correctly anymore.

What is the best approach for determining which font styles (e.g., bold, italic, etc.) are available for a given font. I am not using .Net.

Viewing all articles
Browse latest Browse all 3026

Trending Articles