I've already asked Apple for permission to use the Monaco and/or Menlo font. They are they copyright owner of those fonts. The iOS developer support gave me a contact to ask. Unfortunately I didn't get an answer yet. That was a few weeks ago.
I also tried to disable anti-aliasing when drawing the characters. It seems like you can't disable it on iOS when using CoreGraphics to draw the glyphs.
The DejaVu font is very similar to Menlo. They are both based on Bitstream Vera. In Mac OS X 10.6 Snow Leopard, Monaco was replaced as the default Terminal font by Menlo:
sweet! I hope it works fine, thx so much! Alternatively, maybe you could allow the user to upload its own fonts to the ipad, to overcome any licensing? I know it's quite some work, but it would allow maximum flexibility. Great product by the way!
As far as I know, I have to register fonts in the info.plist file. This can't be changed after it is in the App Store. So, if I'm not mistaken, I don't think this would be possible.
I also tried to disable anti-aliasing when drawing the characters. It seems like you can't disable it on iOS when using CoreGraphics to draw the glyphs.
The DejaVu font is very similar to Menlo. They are both based on Bitstream Vera. In Mac OS X 10.6 Snow Leopard, Monaco was replaced as the default Terminal font by Menlo:
http://en.wikipedia.org/wiki/Monaco_%28typeface%29
• Can I redistribute ProFont Distribution?
“ProFont Distribution” is Copyright © 1997, SQ Software. The ProFont fonts are Copyright © 1997, Carl R. Osterwald. It is our intention that “ProFont Distribution” get the widest possible distribution. You may redistribute unmodified copies of “ProFont Distriubtion” as long as it is accompanied by an unmodified copy of “About ProFont Distribution 2.2” (this file). You may not charge anyone money for the “ProFont Distribution” package itself. The “ProFont Distribution” package can be distributed for free along with products for which you do charge money. The “ProFont Distribution” package can also be distributed for free as part of collections of more than 10 third party products sold as a collection (such as on the Apprentice CD series). If you do distribute “ProFont Distribution” along with another product or as part of a collection, Stephen C. Gilardi and Carl R. Osterwald would appreciate very much each receiving a complimentary copy of the whole distribution (e.g., any CD-ROM it appears on), but this is not a requirement. If you have questions about redistribution, please contact Stephen C. Gilardi at squeegee@usa.net.
This can't be changed after it is in the App Store. So, if I'm
not mistaken, I don't think this would be possible.
<key>UIAppFonts</key>
<array>
<string>DejaVuSansMono.ttf</string>
<string>luximr.ttf</string>
<string>monof55.ttf</string>
</array>
If I don't register the font files here, they are not available in the app.
You can look up UIAppFonts in the docs.
http://www.levien.com/type/myfonts/inconsolata.html
Really nice and it is my standard font in all my editors...
I'll try it on the iPad.