Export font coverage structure again (#1455)

This commit is contained in:
Myriad-Dreamin 2023-06-10 18:34:23 +08:00 committed by GitHub
parent 3a8b9cce47
commit 4e4413e7be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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};