将多个位图组合成(TrueType)字体
我有几个(~200)带有字形图像的小位图文件。 如何将它们合并到一个位图字体文件中?
实际上,我需要从这些位图创建的 TrueType 字体(没有曲线、平滑、矢量化或任何转换)。 它是设计师设计的“像素”字体,因此它应该具有粗糙的像素边缘等。
I have several (~200) small bitmap files with glyph images. How can I combine them to a single bitmap font file?
Actually, I need a TrueType font created from these bitmaps (with no curves, smoothing, vectorization or any transformations). It's a designer 'pixel' font, so it should have rough pixel edges and so on.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许这个或fontforge 有任何帮助。
Maybe this or fontforge is of any help.