Add a fast path for shaping ASCII text

This commit is contained in:
Matt Brubeck 2016-05-17 09:58:55 -07:00
parent 477258f11b
commit 5991afafa4
9 changed files with 218 additions and 25 deletions

View file

@ -47,6 +47,7 @@ webrender_traits = {git = "https://github.com/servo/webrender_traits"}
xi-unicode = "0.0.1"
[target.'cfg(target_os = "macos")'.dependencies]
byteorder = "0.5"
core-foundation = "0.2"
core-graphics = "0.3"
core-text = "1.1"