Reorganized font features.

This commit is contained in:
Samuel Guerra 2020-10-09 18:17:31 -03:00
parent 0dddc34f5d
commit 1f79929eaf
4 changed files with 1226 additions and 1253 deletions

View File

@ -41,3 +41,4 @@ cswh
ornm
nalt
hist
ss

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,11 @@
use std::marker::PhantomData;
use crate::core::{color::web_colors, units::*};
use crate::core::{color::Rgba, text::*, units::TabLength};
use crate::core::{
color::Rgba,
text::{font_features::*, *},
units::TabLength,
};
use crate::core::{
context::WidgetContext,
var::{context_var, IntoVar},