RESOLVED FIXED 35581
[OpenVG] Add support for drawing text to PainterOpenVG
https://bugs.webkit.org/show_bug.cgi?id=35581
Summary [OpenVG] Add support for drawing text to PainterOpenVG
Jakob Petsovits
Reported 2010-03-02 08:18:25 PST
Make PainterOpenVG draw text, given a VGFont. This does not include any font management, as the OpenVG graphics backend has no idea where to get its VGFonts from (that's the task of the overall platform, rather than the graphics backend). Includes a bit of code that aligns the given point to device pixels, as that makes fonts look vastly better (for zooms/transformations other than the identity matrix).
Attachments
Patch (5.88 KB, patch)
2010-03-02 08:20 PST, Jakob Petsovits
krit: review+
Jakob Petsovits
Comment 1 2010-03-02 08:20:43 PST
Dirk Schulze
Comment 2 2010-03-09 11:48:50 PST
Comment on attachment 49806 [details] Patch A simple style issue:  1034 p = FloatPoint(0, 0); Please use just FloatPoint() here. r=me with the fix above.
Jakob Petsovits
Comment 3 2010-03-12 11:45:30 PST
Note You need to log in before you can comment on or make changes to this bug.