mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-19 21:45:48 +02:00
We tried to lookup the font metrics using the font name as-is, which didn't work since the PDF file in question has non-embedded fonts with names that include commas. Hence the font names need to be normalized here as well, similar to elsewhere in the font code.