servo / font-kit

A cross-platform font loading library written in Rust
Apache License 2.0
678 stars 100 forks source link

Font transform is not interpretted the same way on different platforms during rasterization. #155

Open jrmuizel opened 4 years ago

jrmuizel commented 4 years ago

Applying a rotation transform rotates in one direction on macOS and in the opposite direction on Windows.

jdm commented 4 years ago

https://github.com/servo/font-kit/blob/1eec6bb652a1397c5a9f27e8b41f9c3129ceb548/src/loaders/directwrite.rs#L599 vs https://github.com/servo/font-kit/blob/ca752637676c4e45a6970236f0ed732569caced6/src/loaders/core_text.rs#L543, presumably.