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.
我一直在开发一款 iPhone 游戏,但遇到了一个问题。我有一个不错的(可变宽度)ttf 字体,我想将其转换为位图,但我发现的每个生成器都保持它可变宽度。我怎样才能给自己一个固定宽度的位图字体(来自 ttf)
选择等宽字体是最简单的,例如 Courier。
另一种选择是自己将每个字母隔开。间距必须比“W”的宽度宽一点。
好的,我现在重新设计了我的应用程序以使用可变宽度字体。结案。