Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android OS 6.0 devices Typeface.createFromFile with joypixels 6.6/7.0 version emoji font failed #60

Open
Zhoutao822 opened this issue May 22, 2023 · 0 comments

Comments

@Zhoutao822
Copy link

try{ mEmoji = Typeface.createFromFile(ttfPath); }catch (Exception e){ if(BuildConfig.LOG_ENABLE){ Log.e(TAG , e ,"parseConfigFile failed "); } }

When I run this code on Android OS 6.0 devices with the latest version 6.6/7.0 joypixels emoji font, it will throw exceptions "Font not found", but on Android OS version >= 7 devices, it worked well. And if I use joypixels 3.0 version font, it also worked well on Android 6.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant