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.