Open Bug 948508 Opened 11 years ago Updated 2 years ago

Make it possible to not use SkFontHost_cairo.cpp on mobile

Categories

(Core :: Graphics, defect)

x86
macOS
defect

Tracking

()

People

(Reporter: jrmuizel, Unassigned)

References

Details

We have a couple of different possible approaches here:
1. Expose some of the freetype guts outside of Skia so we can reuse some of the gfxFont freetype stuff.
2. make a gfxFontSkia that only uses the skia apis.

At first I was leaning toward 1 but after some thinking 2 might make more sense. It's probably closer to what we want in the long term, however it may be more work up front depending on how well the skia font host/typeface maps to gfxFont etc.
Blocks: 948503
Summary: Stop using SkFontHost_cairo.cpp on mobile → Make it possible to not use SkFontHost_cairo.cpp on mobile
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.