mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +01:00
fonts: Add color emoji support for FreeType (#32278)
Color emoji support with "Noto Color Emoji" requires two things: 1. Support for bitmap fonts in the FreeType backend. This requires specially handling bitmap fonts which have different characteristics in the FreeType API (such as requiring metrics scaling). This support is generally ported from Gecko's implementation. 2. When a character is an emoji it "Noto Color Emoji" needs to be in the fallback list. Ensure that this is high on the list -- this will be improved in a later PR.
This commit is contained in:
parent
c9ab743c85
commit
1017533297
8 changed files with 298 additions and 129 deletions
|
@ -0,0 +1,2 @@
|
|||
[text-transform-capitalize-026.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue