Closed BenoitDuffez closed 7 years ago
Font asset not found fonts/iconic-font.ttf
. You are sure that you have iconic-font.ttf
font in assets folder?
I don't know unfortunately. I did not get that error. I'm the dev of another app, and one user of both my app and yours got this crash (generated by your app but caught by mine).
Sorry I didn't see your project was a lib. So I guess that a developer X used your lib to create an app Y, and a user Z of Y wanted to print something (landing on my app) and it crashed because X didn't include the font.
So I guess you can close this issue and/or add a workaround in TypefaceManager.java:48.
Yes you are right, someone has not added this font 😉
I'm the developer of this project: https://github.com/BenoitDuffez/AndroidCupsPrint
I received a crash report from your code:
I thought you might be interested in knowing that.