Bug 215838 - Move FreeType port's Font::platformWidthForGlyph and Font::platformBoundsForGlyph for Cairo port (WinCairo port)
Summary: Move FreeType port's Font::platformWidthForGlyph and Font::platformBoundsForG...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-08-25 22:10 PDT by Fujii Hironori
Modified: 2020-08-25 23:16 PDT (History)
6 users (show)

See Also:


Attachments
Patch (6.60 KB, patch)
2020-08-25 22:18 PDT, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2020-08-25 22:10:59 PDT
Move FreeType port's Font::platformWidthForGlyph and Font::platformBoundsForGlyph for Cairo port (WinCairo port)

I'd like to use FreeType port's Font::platformWidthForGlyph and
Font::platformBoundsForGlyph in WinCairo port because they are
platform independent. WinCairo is using GDI API to implement
them. This can be a problem for Cairo DirectWrite font
backend (Bug 215259).
Comment 1 Fujii Hironori 2020-08-25 22:18:07 PDT
Created attachment 407273 [details]
Patch
Comment 2 Fujii Hironori 2020-08-25 23:15:35 PDT
Comment on attachment 407273 [details]
Patch

Clearing flags on attachment: 407273

Committed r266160: <https://trac.webkit.org/changeset/266160>
Comment 3 Fujii Hironori 2020-08-25 23:15:39 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2020-08-25 23:16:13 PDT
<rdar://problem/67783551>