font-feature-settings gecko glue code

FeatureTagValue value property changed to use u32. ToCss for
FeatureTagValue changed to allow conversion from u32 to string. Parse
for the same struct updated to convert from string to u32. Added two
functions to transfer settings to gecko and copy settings.
This commit is contained in:
Juan C. Gonzalez-Zurita 2017-04-20 15:20:02 -04:00
parent 3905b5af18
commit a3dbf1d275
6 changed files with 79 additions and 17 deletions

View file

@ -6,6 +6,7 @@
#![feature(plugin, test)]
extern crate app_units;
extern crate byteorder;
extern crate cssparser;
extern crate euclid;
#[macro_use] extern crate html5ever;