Font isn't correctly rendered
Categories
(Firefox :: PDF Viewer, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox144 | --- | unaffected |
| firefox145 | --- | wontfix |
| firefox146 | --- | wontfix |
| firefox147 | --- | fixed |
People
(Reporter: calixte, Unassigned)
References
(Regression, )
Details
(Keywords: regression)
Attachments
(1 obsolete file)
STR:
The text isn't rendered as it must.
It's very likely a regression because of:
https://github.com/mozilla/pdf.js/pull/20197
| Reporter | ||
Updated•7 months ago
|
Comment 1•7 months ago
|
||
Set release status flags based on info from the regressing bug 1991193
| Reporter | ||
Comment 2•7 months ago
|
||
The pdf contains a font with some characters outside of the range [0x0000-0xFFFF] and when writing the cmap we use the format 4 which is supposed to only handle characters in this range !
For this specific font, a format 8 would have been better:
https://learn.microsoft.com/en-us/typography/opentype/spec/cmap#format-8-mixed-16-bit-and-32-bit-coverage
Anyway, we should understand why it was "correctly" failing before the PR #20197 because thanks to this failure we were able to fallback on a browser font.
| Reporter | ||
Updated•7 months ago
|
Comment 3•7 months ago
|
||
Set release status flags based on info from the regressing bug 1991193
Updated•7 months ago
|
Updated•29 days ago
|
Description
•