How can I get the default font height for the font DrawText() uses? I would ra开发者_StackOverflow中文版ther not set a new font if possible.
You can use GetTextExtentPoint32.
You call GetTextMetrics
.
How can I get the default font height for the font DrawText() uses? I would ra开发者_StackOverflow中文版ther not set a new font if possible.
You can use GetTextExtentPoint32.
You call GetTextMetrics
.
精彩评论