question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Meaninglessness of font with COLR+CBDT tables in Android 13+

See original GitHub issue

Looks 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): image

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:closed
  • Created a year ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
anthrotypecommented, Oct 3, 2022

@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

0reactions
rsheetercommented, Oct 3, 2022

LGTM. I think that means there is nothing further to do to nanoemoji so closing. Please reopen if I’m mistaken.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found