字体位图创建器

发布于 2024-10-21 23:02:04 字数 189 浏览 2 评论 0原文

我想创建使用图像图标而不是字体字母的字体。我的图像图标使用 16 位颜色系统。并使用“ttf”扩展名生成字体表。 例如,

在字体表中,我将在“A”字母的位置插入我的图像图标。因此,当我输入“A”字母时,我的应用程序的屏幕将代表图像图标。

我不知道什么程序适合根据我的要求创建字体。 请向我推荐合适的程序。

提前致谢。

I would like to create my font that use image icon instead of font alphabet. My image icon using 16 bit-color system. And generate the font table using "ttf" extension.
For example,

In the font table, I will insert my image icon place of "A" alphabet. So, when I type "A" alphabet, the screen of my application will represent the image icon.

I do not know what is the program that suitable for create font as my requirement.
Please, suggest me the suitable program.

Thanks in advance.

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

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

发布评论

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

评论(2

千鲤 2024-10-28 23:02:04

我不久前做了这个。它可以构建紧凑的两倍大小的字体位图,包括字距调整,并包括加载和显示字体的源代码

https://github.com/SudoMike/SudoFont

I made this one a while back. It can build compact power-of-two-sized font bitmaps, includes kerning, and includes source code to load and display the fonts

https://github.com/SudoMike/SudoFont

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