开发者

Get default font height for win32 DrawText()

开发者 https://www.devze.com 2023-02-11 10:19 出处:网络
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.

0

精彩评论

暂无评论...
验证码 换一张
取 消