diff --git a/src/font/system/mod.rs b/src/font/system/mod.rs index f32ee8e..b378aa9 100644 --- a/src/font/system/mod.rs +++ b/src/font/system/mod.rs @@ -10,8 +10,9 @@ pub use self::std::*; #[cfg(feature = "std")] mod std; -// re-export fontdb +// re-export fontdb and rustybuzz pub use fontdb; +pub use rustybuzz; /// A value borrowed together with an [`FontSystem`] pub struct BorrowedWithFontSystem<'a, T> {