Sanitise web fonts

Fixes #3030.
This commit is contained in:
Keegan McAllister 2015-05-12 21:00:36 -07:00 committed by Anthony Ramine
parent 32a0493cde
commit 6cbf9e75df
5 changed files with 37 additions and 2 deletions

View file

@ -39,6 +39,7 @@ extern crate fnv;
// Platforms that use Freetype/Fontconfig library dependencies
#[cfg(any(target_os = "linux", target_os = "android", all(target_os = "windows", target_env = "gnu")))]
extern crate fontconfig;
extern crate fontsan;
#[cfg(any(target_os = "linux", target_os = "android", all(target_os = "windows", target_env = "gnu")))]
extern crate freetype;