Meaninglessness of font with COLR+CBDT tables in Android 13+
See original GitHub issueLooks like maximum_color
command just useless for Android 13 because this OS prioritizes the display of CBDT instead of COLR.
Android 13, COLR font (left) vs COLR+CBDT font (right):
I used this command from README.md to ensure compatibility with previous Android versions which does not support COLR:
maximum_color --bitmaps my_colr_font.ttf
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Android 13 features and changes list
The following table lists all documented features and behavior changes ... Android 13 adds rendering support for COLR version 1 fonts and ...
Read more >Lato font is broken on Android 13 devices - Stack Overflow
In a react native project I'm using Lato font, it' working normal on iOS and older Android devices, only on Android 13 there's...
Read more >Android 13 changelog: A deep dive by Mishaal Rahman
This article documents all of the changes we found in Android 13 so developers can prepare their applications or devices while users can...
Read more >Android 13 review: The update we need, not the one we want
Android 13 brings improved accessibility features, updated notifications, and a more refined UX, but there area still some quirks.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@VladWinner for now, there’s nothing the font compiler can do to work around this, you’d need two distinct fonts, one with COLR and without CBDT/CBLC, the other viceversa
LGTM. I think that means there is nothing further to do to nanoemoji so closing. Please reopen if I’m mistaken.