mirror of
https://github.com/servo/servo
synced 2026-05-10 17:12:23 +02:00
This change checks whether a character belongs to the `Cf` category of unicode characters before applying `letter-spacing`. The `fonts` crate now depends on `icu_properties`, but that crate is already in our dependency tree (with the same features enabled). Testing: New tests start to pass Fixes https://github.com/servo/servo/issues/38781 --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>