style: Move font-variant-ligatures outside of mako

This commit is contained in:
CYBAI 2017-11-17 02:04:44 +08:00
parent 5c7e79e91c
commit 3ff497aaff
7 changed files with 273 additions and 165 deletions

View file

@ -280,6 +280,9 @@ impl FontVariantAlternates {
/// Use VariantEastAsian as computed type of FontVariantEastAsian
pub type FontVariantEastAsian = specified::VariantEastAsian;
/// Use VariantLigatures as computed type of FontVariantLigatures
pub type FontVariantLigatures = specified::VariantLigatures;
/// font-language-override can only have a single three-letter
/// OpenType "language system" tag, so we should be able to compute
/// it and store it as a 32-bit integer