Re-export SwashContent
This commit is contained in:
parent
e53956cb2d
commit
dcb8add5f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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<SwashImage> {
|
||||
let font = match matches.get_font(&cache_key.font_id) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue