[Webkit-unassigned] [Bug 106013] New: [Qt] Support kerning in fast path font rendering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 3 06:08:30 PST 2013


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

           Summary: [Qt] Support kerning in fast path font rendering
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: allan.jensen at digia.com


The fast path font rendering has support for kerning, but to do so requires the SimpleFontData::applyTransforms method. Fortunately the method is available in QRawFont under the name advancesForGlyphIndexes. By tweaking the GlyphBufferGlyph and GlyphBufferAdvance types similar to what Safari does, this method can be called directly.

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