CDC文本绘制问题
我正在尝试使用 CDC::ExtTextOut() 将文本绘制到设备上下文 (CDC),但我得到了垃圾输出。 绘制的输出文本是奇怪的字体。
传递给我的 CDC 指针源自 unicode 构建 ActiveX 控件 (.ocx)。 文本绘制代码驻留在 ANSI 构建 DLL 中。
此设置似乎存在某种不兼容性。
有人遇到过这种情况吗?你是如何解决的?
谢谢。
I'm trying to draw text using CDC::ExtTextOut() to a device context (CDC), but I'm getting garbage outputs. The output text was drawn is weird fonts.
The CDC pointer that got passed to me was originated from a unicode build ActiveX control (.ocx).
The text drawing code resides in an ANSI build DLL.
It seems like there're some kind of incompatibilities in this setup.
Has anyone run into this situation and how did you solve it?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过在 CDC 上设置字体?
Have you tried setting a font on the CDC?