From f08bea22ed0c51d0dfb2af79a6c3831efaaab411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Mon, 27 Feb 2023 16:10:46 +0100 Subject: [PATCH] Expose `Placement` from `zeno` in `swash` module --- src/swash.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swash.rs b/src/swash.rs index 46a9343..cf88701 100644 --- a/src/swash.rs +++ b/src/swash.rs @@ -13,7 +13,7 @@ use swash::zeno::{Format, Vector}; use crate::{CacheKey, Color, FontSystem}; pub use swash::scale::image::{Content as SwashContent, Image as SwashImage}; -pub use swash::zeno::Command; +pub use swash::zeno::{Command, Placement}; fn swash_image( font_system: &FontSystem,