Closed
Bug 494329
Opened 16 years ago
Closed 16 years ago
[@font-face] arabic downloadable font load fails under Windows 7
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 513719
mozilla1.9.1
People
(Reporter: jtd, Assigned: jtd)
References
()
Details
Attachments
(2 files)
Under Windows 7, the reftest src-format-arabic.html reftest in reftests/font-face fails to load the Arabic font as expected, it instead shows the failback font.
| Assignee | ||
Comment 1•16 years ago
|
||
P.S. This is Jonathan's font! Strangely, the OT version is rejected but Windows loads the AAT version but renders without shaping, ick.
| Assignee | ||
Updated•16 years ago
|
Version: unspecified → Trunk
| Assignee | ||
Comment 2•16 years ago
|
||
This is caused by a 5000-byte restriction that Microsoft placed on fonts loaded via t2embed in a security update pushed out in mid-July. This affects all fonts that use the Open Font License.
Trimming the long records from the name table solves the problem:
http://people.mozilla.org/~jdaggett/tests/src-format-arabic-trimmed.html
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•