We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4088837 commit dc3b987Copy full SHA for dc3b987
src/tables/cff/cff1.rs
@@ -876,7 +876,7 @@ impl<'a> Table<'a> {
876
///
877
/// This method only exists temporarily and will be removed with the next
878
/// minor release.
879
- pub fn parse_with_upem(data: &'a [u8], units_per_em: u16) -> Option<Self> {
+ pub(crate) fn parse_with_upem(data: &'a [u8], units_per_em: u16) -> Option<Self> {
880
Self::parse_inner(data, Some(units_per_em))
881
}
882
0 commit comments