[Mono-bugs] [Bug 356044] New: Font sources need to handle zipped font bundles

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jan 24 14:50:47 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=356044


           Summary: Font sources need to handle zipped font bundles
           Product: Moonlight
           Version: unspecified
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: engine
        AssignedTo: fejj at novell.com
        ReportedBy: fejj at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


example: http://silverlight.net/Showcase

this site specifies zip files for font usage, but TextFont::.ctor() does not
handle zipped font bundles (or zipped files at all, really), so many of the
fonts fall back to the system Sans font.

debug spew:

Attempting to load
font:/home/fejj/.mozilla/firefox/arzsj2yt.debug/Cache/022DE83Bd01?index=0?family=Segoe
UI, SemiBold 12.000px
        * loading font from
`/home/fejj/.mozilla/firefox/arzsj2yt.debug/Cache/022DE83Bd01'
        * using font index=0
        * failed with code 2
        * falling back to Sans...
        * loading font from `/home/fejj/.fonts/Arial Black.ttf'
        * using font index=0



unzip /home/fejj/.mozilla/firefox/arzsj2yt.debug/Cache/022DE83Bd01
Archive:  022DE83Bd01
  inflating: SegoeUI-Bold.ttf        
  inflating: SegoeUI-Regular.ttf


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list