[Webkit-unassigned] [Bug 14079] No text in Safari 3 Beta for Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 15 09:57:06 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14079





------- Comment #69 from kellydc3 at grandecom.net  2007-06-15 09:57 PDT -------
If you install the update released on June 12th, it will not fix the font
problem (if you are experiencing it). You will need to edit your Fonts.plist
file once the newly patched browser starts once and rebuilds the Fonts.plist
file. Here is a snip of what I add to the top of the Fonts listed in this file
which has solved missing text and strange text issues:

                <key>Verdana</key>
                <string>C:\WINDOWS\Fonts\verdana.ttf</string>
                <key>Verdana Bold</key>
                <string>C:\WINDOWS\Fonts\verdanab.ttf</string>
                <key>Verdana Italic</key>
                <string>C:\WINDOWS\Fonts\verdanai.ttf</string>
                <key>Verdana Bold Italic</key>
                <string>C:\WINDOWS\Fonts\verdanaz.ttf</string>
                <key>Tahoma Bold</key>
                <string>C:\WINDOWS\Fonts\tahomabd.ttf</string>
                <key>Tahoma</key>
                <string>C:\WINDOWS\Fonts\Tahoma.TTF</string>
                <key>Tahoma Bold</key>
                <string>C:\WINDOWS\Fonts\Tahomabd.TTF</string>
                <key>Trebuchet</key>
                <string>C:\WINDOWS\Fonts\trebuc.TTF</string>
                <key>Trebuchet Bold</key>
                <string>C:\WINDOWS\Fonts\trebucbd.TTF</string>
                <key>Trebuchet Bold Italic</key>
                <string>C:\WINDOWS\Fonts\trebucbi.TTF</string>
                <key>Trebuchet Italic</key>
                <string>C:\WINDOWS\Fonts\trebucit.TTF</string>
                <key>Trebuchet MS</key>
                <string>C:\WINDOWS\Fonts\trebuc.TTF</string>
                <key>Trebuchet MS Bold</key>
                <string>C:\WINDOWS\Fonts\trebucbd.TTF</string>
                <key>Trebuchet MS Bold Italic</key>
                <string>C:\WINDOWS\Fonts\trebucbi.TTF</string>
                <key>Trebuchet MS Italic</key>
                <string>C:\WINDOWS\Fonts\trebucit.TTF</string>
                <key>Lucida Grande</key>
                <string>C:\WINDOWS\Fonts\Lucida Grande.ttf</string>
                <key>Lucida Grande Bold</key>
                <string>C:\WINDOWS\Fonts\Lucida Grande
Bold.ttf</string>
                <key>Times New Roman</key>
                <string>C:\WINDOWS\Fonts\times.ttf</string>
                <key>Times New Roman Bold</key>
                <string>C:\WINDOWS\Fonts\timesbd.ttf</string>
                <key>Times New Roman Italic</key>
                <string>C:\WINDOWS\Fonts\timesi.ttf</string>
                <key>Times New Roman Bold Italic</key>
                <string>C:\WINDOWS\Fonts\timesbi.ttf</string>
                <key>Times</key>
                <string>C:\WINDOWS\Fonts\times.ttf</string>
                <key>Times Bold</key>
                <string>C:\WINDOWS\Fonts\timesbd.ttf</string>
                <key>Times Italic</key>
                <string>C:\WINDOWS\Fonts\timesi.ttf</string>
                <key>Times Bold Italic</key>
                <string>C:\WINDOWS\Fonts\timesbi.ttf</string>

I hope this helps!


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



More information about the webkit-unassigned mailing list