Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何为 X windows 系统的 Unicode 字符创建字体?谁能给我一些教程?
X11 可以识别 TrueType、OpenType 和 Type 1 (PostScript) 字体。如果您想创建一种新字体,您可能应该使用其中一种格式。
还有传统的位图格式,但不推荐使用它,因为这些字体不可缩放且不支持抗锯齿。
有许多用于创建 TrueType 和其他可缩放字体的工具,FontForge是著名的开源工具。