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 15, the TextLayout application does not display Chinese and Japanese。 #3618

Open
danuomi opened this issue Dec 21, 2024 · 1 comment
Labels

Comments

@danuomi
Copy link

danuomi commented Dec 21, 2024

AIRSDK51.1.1.3
All Android15 Device

@danuomi danuomi added the Bug label Dec 21, 2024
@ajwfrost
Copy link
Collaborator

Thanks for the alert.. to clarify, this is related to FTE-based text rendering (TextBlock/TextLine etc) which uses a component to render both device fonts as well as the DefineFont4 (CFF-based) embedded text.

Google have changed the font files used in Android 15 for CJK so they are now using CFF2 tables, whereas the code here only supports CFF (version 1). We'll need to update this, sadly not a quick/easy fix.

In the meantime, it may be worth embedding a CFF-based font (you can pull it out of an Android 14 phone with ADB)?

thanks

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

No branches or pull requests

2 participants