Hi,
Suppose I have a CString L"Marks sample" with fixed width = 81(points),
How do I determine its font size?
Assume the font name is Arial and ignore the formatting conditions like bold..
I'm using the GetTextExtentPoint32 function, but it seems to be applying the opposite condition.
Thanks you!.