const MAX_STEM_SNAPS: usize = 12;
Expand description
Summary: older PostScript interpreters accept two values, but newer ones accept 12. We’ll assume that as maximum. https://adobe-type-tools.github.io/font-tech-notes/pdfs/5049.StemSnap.pdf
const MAX_STEM_SNAPS: usize = 12;
Summary: older PostScript interpreters accept two values, but newer ones accept 12. We’ll assume that as maximum. https://adobe-type-tools.github.io/font-tech-notes/pdfs/5049.StemSnap.pdf