[cairo] [PATCH 0/6] cover glyph support

Matthias Clasen matthias.clasen at gmail.com
Sat Apr 9 14:39:14 UTC 2016


On Sat, Apr 9, 2016 at 3:54 AM, Chris Wilson <chris at chris-wilson.co.uk> wrote:
>
> It's not mergeable since you break cairo_show_glyphs(), which now
> randomly operates differently based on whether the system loaded a "color"
> glyph - your implementation completely discards the source and changes
> the definition of the glyph operator.
>

To put this another way, there are several places in cairo (and
pixman) which make the assumption that "fonts are collections of
masks".
Fonts with color glyphs invalidate this assumption, which is why these
patches are a bit ugly.

Do you have advice on how to handle this nicely in the cairo architecture ?


More information about the cairo mailing list