Skip to content

Commit dc3b987

Browse files
committed
Change visibility
1 parent 4088837 commit dc3b987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tables/cff/cff1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ impl<'a> Table<'a> {
876876
///
877877
/// This method only exists temporarily and will be removed with the next
878878
/// minor release.
879-
pub fn parse_with_upem(data: &'a [u8], units_per_em: u16) -> Option<Self> {
879+
pub(crate) fn parse_with_upem(data: &'a [u8], units_per_em: u16) -> Option<Self> {
880880
Self::parse_inner(data, Some(units_per_em))
881881
}
882882

0 commit comments

Comments
 (0)