Ged rid of libfontconfig in Android. Query available fonts from Android system font configuration files.

This commit is contained in:
Imanol Fernandez 2017-06-02 18:40:08 +02:00
parent fa158a78b6
commit 19fbec9d54
7 changed files with 498 additions and 11 deletions

1
Cargo.lock generated
View file

@ -1055,6 +1055,7 @@ dependencies = [
"unicode-script 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender_traits 0.39.0 (git+https://github.com/servo/webrender)",
"xi-unicode 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"xml5ever 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]