diff options
| author | Myriad-Dreamin <35292584+Myriad-Dreamin@users.noreply.github.com> | 2023-06-10 18:34:23 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-10 12:34:23 +0200 |
| commit | 4e4413e7beb378f02f2f2f76abde125ecdbd3c69 (patch) | |
| tree | da1b2051022852aebf108e10396931061c8551a0 /src/font | |
| parent | 3a8b9cce471934031ba57c5972d194ac1d7d2a6c (diff) | |
Export font coverage structure again (#1455)
Diffstat (limited to 'src/font')
| -rw-r--r-- | src/font/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font/mod.rs b/src/font/mod.rs index dbd7dd60..032783e4 100644 --- a/src/font/mod.rs +++ b/src/font/mod.rs @@ -3,7 +3,7 @@ mod book; 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}; use std::fmt::{self, Debug, Formatter}; |
