[Webkit-unassigned] [Bug 123977] New: Allow small-caps synthesis for @font-face with multiple sources including SVG format

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 7 01:34:51 PST 2013


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

           Summary: Allow small-caps synthesis for @font-face with
                    multiple sources including SVG format
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: zimmermann at kde.org, simon.fraser at apple.com,
                    dino at apple.com, thorton at apple.com, mmaxfield at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/e3d7d4c3ca6556164121deb5825b784847e07eab

Since small-caps synthesis is not supported for SVG fonts, our font
matching algorithm ignored @font-faces that have svg sources when
small-caps variant is requested. This behavior had a problem that it
discards @font-face even if non-svg (ex. woff) source is available.

This patch moves that SVG-font check to CSSSegmentedFontFace::getFontData()
so that it skips SVG fonts only when SVG source is used.

-- 
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