Implement downloadable fonts on Windows

This commit is contained in:
Vladimir Vukicevic 2017-01-18 10:43:56 -05:00
parent 68fa988bf3
commit a9611c31a7
5 changed files with 245 additions and 57 deletions

View file

@ -29,6 +29,7 @@ extern crate bitflags;
// Windows-specific library dependencies
#[cfg(target_os = "windows")] extern crate dwrote;
#[cfg(target_os = "windows")] extern crate truetype;
extern crate euclid;
extern crate fnv;