[Webkit-unassigned] [Bug 103129] New: [FreeType] FT backend rounds requested pixel size to ints

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 23 05:35:56 PST 2012


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

           Summary: [FreeType] FT backend rounds requested pixel size to
                    ints
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dominik.rottsches at intel.com
                CC: gyuyoung.kim at samsung.com, mrobinson at webkit.org
            Blocks: 89458


In the Freetype backend FontCache::createFontPlatformData the pixel size is requested rounded to pixels, even though freetype supports returning a font scaled to a double value here.

Also, the computedPixelSize() value is used as initializer for FontPlatformData's m_size, we should use computedSize() in both cases to allow uniformly scaled fonts without rounding.

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