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 dc3b987 commit db9ec93Copy full SHA for db9ec93
src/tables/cff/cff1.rs
@@ -873,9 +873,6 @@ impl<'a> Table<'a> {
873
/// The same as [`Table::parse`], with the difference that it allows you to
874
/// manually pass the units per em of the font, which is needed to properly
875
/// scale certain fonts with a non-identity matrix.
876
- ///
877
- /// This method only exists temporarily and will be removed with the next
878
- /// minor release.
879
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
}
0 commit comments