You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is insufficient. Fonts may have embedded images, and only put them in the Latin range. Fonts may have no embedded images, but support emoji via COLR/CPAL—that's more common today on non-Apple platforms, actually.
Just an FYI.
The text was updated successfully, but these errors were encountered:
Yes this method is perhaps poorly named. It's used by other code to determine when it should attempt to try to retrieve embedded images. Since we don't currently support COLR/CPAL it doesn't make sense to return true for that case. And you're right that embedded images may exist for non-emoji glyphs. I'll come up with a better name.
Just asking if the font has embedded images, as is currently done—
allsorts/src/font.rs
Lines 620 to 625 in fef3d22
Is insufficient. Fonts may have embedded images, and only put them in the Latin range. Fonts may have no embedded images, but support emoji via COLR/CPAL—that's more common today on non-Apple platforms, actually.
Just an FYI.
The text was updated successfully, but these errors were encountered: