mirror of
https://github.com/typst/typst
synced 2025-05-15 17:45:27 +08:00
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…
x
Reference in New Issue
Block a user