How to put 605 custom fonts in iPad application
I put some custom fonts in t开发者_如何学编程he resources and add some entries to the plist file so I can use them... and everything is working fine... But my app needs to use 605 custom fonts and when I add more than 240 or 245 fonts the application won't respond to the fonts.. i.e. when I write some text using any of those fonts, nothing appears, when I reduce them to 240 fonts, text appears again
Any idea?
Oh by the way just to make it clearer, it doesn't matter how many fonts I add to the resources as long as it's less than 250 entry in the plist for them... so even if I add 1000 fonts files to the resources and having only 240 entry for 240 of them in the plist, those 240 will work
btw did u try using through uiwebview or coretext? I never try with that many fonts but may be u can post fonts or something so that we can also try that (bcoz it would be very difficult to download fonts and then put into plist)
精彩评论