Bug 91851
| Summary: | Refactor HarfBuzz complex text code to support cairo | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dominik Röttsches (drott) <d-r> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | mrobinson |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 91853 | ||
Dominik Röttsches (drott)
platform/graphics/harfbuzz has skia-dependencies in it. For enabling Harfbuzz NG in GTK/EFL, we need to refactor this code to support an alternative platform graphics library.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dominik Röttsches (drott)
Turns out that for cairo harfbuzz support the required portions of harfbuzz/* and harfbuzz/ng/* are fine to reuse without refactoring.