Bug 92641 - [cairo] harfbuzzGetGlyph should avoid allocation and use a lower level library call
Summary: [cairo] harfbuzzGetGlyph should avoid allocation and use a lower level librar...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-30 05:43 PDT by Dominik Röttsches (drott)
Modified: 2017-03-11 11:05 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik Röttsches (drott) 2012-07-30 05:43:49 PDT
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.