Merge pull request #85 from hecrj/expose-zeno-placement

Expose `Placement` from `zeno` in `swash` module
This commit is contained in:
Jeremy Soller 2023-02-27 12:49:43 -07:00 committed by GitHub
commit f69cb33b89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,