Skip to content

Commit

Permalink
Make FontFamily pub
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Feb 6, 2024
1 parent 0bbef46 commit c128f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/usvg-tree/src/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use std::rc::Rc;

use strict_num::NonZeroPositiveF32;
use svgtypes::FontFamily;
pub use svgtypes::FontFamily;

use crate::{Fill, Group, Paint, PaintOrder, Stroke, TextRendering, Visibility};
use tiny_skia_path::{NonZeroRect, Transform};
Expand Down

0 comments on commit c128f91

Please sign in to comment.