Export font coverage structure again (#1455)
This commit is contained in:
parent
3a8b9cce47
commit
4e4413e7be
|
|
@ -3,7 +3,7 @@
|
||||||
mod book;
|
mod book;
|
||||||
mod variant;
|
mod variant;
|
||||||
|
|
||||||
pub use self::book::{FontBook, FontFlags, FontInfo};
|
pub use self::book::{Coverage, FontBook, FontFlags, FontInfo};
|
||||||
pub use self::variant::{FontStretch, FontStyle, FontVariant, FontWeight};
|
pub use self::variant::{FontStretch, FontStyle, FontVariant, FontWeight};
|
||||||
|
|
||||||
use std::fmt::{self, Debug, Formatter};
|
use std::fmt::{self, Debug, Formatter};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue