Skip to content

Commit

Permalink
make pub
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Aug 30, 2024
1 parent e740e9a commit bcd4dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/serialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ pub struct SerializeSettings {
pub compress_content_streams: bool,
pub no_device_cs: bool,
pub svg_settings: SvgSettings,
pub(crate) force_type3_fonts: bool,
pub(crate) ignore_invalid_glyphs: bool,
pub force_type3_fonts: bool,
pub ignore_invalid_glyphs: bool,
}

#[cfg(test)]
Expand Down

0 comments on commit bcd4dd1

Please sign in to comment.