Merge pull request #85 from hecrj/expose-zeno-placement
Expose `Placement` from `zeno` in `swash` module
This commit is contained in:
commit
f69cb33b89
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue