[Webkit-unassigned] [Bug 27513] [Chromium] Linux: add static functions to FontPlatformData which allow for setting the global font rendering preferences.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 21 16:34:28 PDT 2009


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





--- Comment #2 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2009-07-21 16:34:28 PDT ---
(From update of attachment 33208)
> +    enum HintingLevel {
> +        Normal,
> +        None,
> +        Slight,
> +        Full,
> +    };
> +    enum Smoothing {
> +        Gray,
> +        Mono,
> +        Subpixel,
> +    };
> +    enum LCDOrder {
> +        RGB,
> +        BGR,
> +    };
> +    enum LCDOrientation {
> +        Horizontal,
> +        Vertical,
> +    };

Why not just use the Skia defined enums?  Now that I see this,
I wonder the same about the WebKit API patch I reviewed earlier.

The WebKit API has the WEBKIT_USING_SKIA define, which allows
for you to use Skia types directly.

-Darin

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