iOS 6 include new font fall back system
In iOS 5, they only search glyph for missing code at fallback.ttf . However, they changed in iOS 6. In iOS 6, they search the whole font list. How Do I know ? In Xcode , add MON3 Anonta 1 in info.plist (UIAppFonts). Just used UITableViewController and add around 20 rows. Use text like following. [...]