Skip to content

Commit

Permalink
Make scale::cff::Subfont public
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Feb 1, 2024
1 parent b6ff464 commit 9caa6af
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 @@ -289,7 +289,7 @@ enum Version<'a> {
///
/// For variable fonts, this is dependent on a location in variation space.
#[derive(Clone)]
pub(crate) struct Subfont {
pub struct Subfont {
is_cff2: bool,
scale: Fixed,
subrs_offset: Option<usize>,
Expand Down

0 comments on commit 9caa6af

Please sign in to comment.