diff --git a/src/swash.rs b/src/swash.rs index cb29859..1f26da6 100644 --- a/src/swash.rs +++ b/src/swash.rs @@ -7,7 +7,7 @@ use swash::zeno::{Format, Vector}; use crate::{CacheKey, FontMatches}; -pub use swash::scale::image::Image as SwashImage; +pub use swash::scale::image::{Content as SwashContent, Image as SwashImage}; fn swash_image(context: &mut ScaleContext, matches: &FontMatches, cache_key: CacheKey) -> Option { let font = match matches.get_font(&cache_key.font_id) {