Bug 92641
Summary: | [cairo] harfbuzzGetGlyph should avoid allocation and use a lower level library call | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dominik Röttsches (drott) <d-r> |
Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dominik Röttsches (drott)
Instead of going through cairo, we should try to use a lower level library such as freetype directly in harfbuzzGetGlyph() of HarfBuzzNGFaceCairo.cpp. This has been attempted in bug 91864 but lead to partially incorrect results. We should find out why that is.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |