带有偏移字符的 Windows API 文本字段

发布于 2024-08-31 20:26:10 字数 228 浏览 3 评论 0原文

是否可以使用 Windows API 创建一个文本字段,让我按精确像素偏移字符?如果是这样-怎么办?

例如,我想将两个 O 字母放在一起,这样它们就形成了类似 8 ?

context 是一种语言的应用程序,其中大多数字形都是从左到右书写的,但有时一些字形是彼此堆叠的。

Windows API,因为我们使用的框架已经在整个 GUI 中使用了 Windows API。

谢谢!

Is it possible using the Windows API, to create a textfield that lets me offset characters by exact pixels? if so - how?

for example, I would like to place two O letters on top of each other, such that they form something like an 8 ?

context is an application for a language where most of the glyphs are written left to right, but sometimes some of the glyphs are stacket on top of each other.

Windows API because the framework we're using already uses the Windows API for the whole GUI.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我爱人 2024-09-07 20:26:10

使用超类或子类并使用 GDI 函数自行绘制文本

use superclassing or subclassing and draw the text yourself using GDI functions

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文