Skip to content

Commit

Permalink
Merge pull request #45 from dfrg/fix-private-outlines
Browse files Browse the repository at this point in the history
Make scale::cff::Outlines public
  • Loading branch information
jackpot51 authored Feb 1, 2024
2 parents ac59a0d + b781070 commit cab98dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scale/cff/outlines.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use super::hint::{HintParams, HintState, HintingSink};
/// [`subfont`](Self::subfont) method to create an appropriately configured
/// subfont for that glyph.
#[derive(Clone)]
pub(crate) struct Outlines<'a> {
pub struct Outlines<'a> {
version: Version<'a>,
top_dict: TopDict<'a>,
units_per_em: u16,
Expand Down

0 comments on commit cab98dd

Please sign in to comment.