<div dir="ltr">On Sat, Jul 15, 2017 at 4:05 AM, Uli Schlachter <span dir="ltr"><<a href="mailto:psychon@znc.in" target="_blank">psychon@znc.in</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 07.07.2017 15:23, Matthias Clasen wrote:<br>
> On Sat, Jul 1, 2017 at 2:25 AM, Uli Schlachter <<a href="mailto:psychon@znc.in">psychon@znc.in</a>> wrote:<br>
>> On 30.06.2017 17:29, Behdad Esfahbod wrote:<br>
>>> On Jun 30, 2017 7:51 PM, "Matthias Clasen" <<a href="mailto:mclasen@redhat.com">mclasen@redhat.com</a>> wrote:<br>
>>> On Fri, 2017-06-30 at 17:02 +0200, Uli Schlachter wrote:<br>
</span><span class="">>>>> On 28.06.2017 14:23, Behdad Esfahbod wrote:<br>
>>>>> All of you have asked me about the status of color fonts in<br>
>>>>> cairo.  There's<br>
>>>>> some discussion here:<br>
>>>><br>
>>>> what was the solution to make this fit into cairo's drawing model?<br>
>>>> Text<br>
>>>> / glyphs are used as a mask and a mask does not have colors.<br>
>>>><br>
>>><br>
>>> There is no solution to that. The assumption in cairo's drawing model<br>
>>> about glyphs/fonts has simply been invalidated by reality.<br>
>>><br>
>>><br>
>>> Correct.<br>
>><br>
>> Okay... so what is the new model? What happens when I draw a color glyph<br>
>> with operator XOR and a red source?<br>
><br>
><br>
> The red source is ignored for color glyphs because they are used as the<br>
> source.<br>
<br>
</span>Hi again,<br>
<br>
I just came up with another question: How are overlapping glyphs handled?<br>
<br>
Let's say I have a red glyph and a blue glyph and I draw them in such a<br>
way that they overlap. Let's say this additionally overlaps with a<br>
non-colored glyph in the same position and I use a green source with 50%<br>
alpha (cairo_set_source_rgba(cr, 0, 1, 0, 0.5)).<br>
<br>
What's the visible result?<br>
<br></blockquote><div><br></div><div>Here is what my implementation does: It renders the color glyphs, in order, followed by the non-color glyphs.<br><br>In practice, I don't think the case of mixed color and non-color glyphs in the same call will be all that common.<br>Most apps will explicitly set a color font just for the emoji and they won't render regular text with an emoji font,<br>with the result that runs of color glyphs and non-color glyphs will typically be in separate calls.<br></div></div></div></div>