字体位图创建器
我想创建使用图像图标而不是字体字母的字体。我的图像图标使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://www.angelcode.com/products/bmfont/
http://www.angelcode.com/products/bmfont/
我不久前做了这个。它可以构建紧凑的两倍大小的字体位图,包括字距调整,并包括加载和显示字体的源代码
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