Search code examples
xcodebitmaptruetypefixed-widthmonospace

Converting variable width font to monospaced bitmap font


I've been working on an iPhone game and ran across a problem. I got a nice (variable width) ttf font which I'd like to convert to bitmap, but every generator I find keeps it variable width. How can I get myself a fixed-width bitmap font (from a ttf)


Solution

  • Okay, I redesigned my app to work with variable width fonts now. Case closed.