Reorganized font features.
This commit is contained in:
parent
0dddc34f5d
commit
1f79929eaf
|
@ -41,3 +41,4 @@ cswh
|
|||
ornm
|
||||
nalt
|
||||
hist
|
||||
ss
|
||||
|
|
1257
src/core/text.rs
1257
src/core/text.rs
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue