[Webkit-unassigned] [Bug 92586] Arabic web fonts (@font-face) not rendering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 25 18:36:57 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=92586





--- Comment #9 from Kenichi Ishibashi <bashi at chromium.org>  2012-10-25 18:38:05 PST ---
Looks like the font is invalid. I converted the woff to ttf and used showttf to check the font. The checksum is wrong.

version='OTTO', numtables=13, searchRange=128 entrySel=3 rangeshift=80
File Checksum =b1c01782 (should be 0xb1b0afba), diff=fff09838
CFF  checksum=81335a58 actual=81335a58 diff=0 offset=220 len=145384
FFTM checksum=47423ff1 actual=47423ff1 diff=0 offset=145604 len=28
GDEF checksum=10ce0eee actual=10ce0eee diff=0 offset=145632 len=128
GPOS checksum=58d4538c actual=58d4538c diff=0 offset=145760 len=744
GSUB checksum=2bf81da8 actual=2bf81da8 diff=0 offset=146504 len=1462
OS/2 checksum=8d945c48 actual=8d945c48 diff=0 offset=147968 len=86
cmap checksum=0879d546 actual=0879d546 diff=0 offset=148056 len=634
head checksum=03a66163 actual=87611ebd diff=84c77fde offset=148692 len=54
hhea checksum=120c0779 actual=120c0779 diff=0 offset=148748 len=36
hmtx checksum=5c674ba5 actual=5c674ba5 diff=0 offset=148784 len=1444
maxp checksum=01695000 actual=01695000 diff=0 offset=150228 len=6
name checksum=3eba1c4b actual=3eba1c4b diff=0 offset=150236 len=3465
post checksum=fd150064 actual=fd150064 diff=0 offset=153704 len=32

Chrome uses OTS, opentype sanitizer, to prevent loading such invalid webfonts. We won't allow to load the font.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list