<div dir="ltr">Hello,<br><br>CompositeGlyph according to the spec,<br><p>      
When mask-format is not None, glyphs are rendered in the following
way with the effective mask computed in mask-format:
</p>
<div style="margin-left: 80px;">tmp = temporary alpha picture<br>Combine (Zero, tmp, tmp, None)<br>for each glyph<br>     Combine (Add, tmp, glyph, None)<br>Combine (op, dst, source, tmp)<br><br></div> So, i can see that before glyphs are actually rendered, it is combined with a mask. I searched around in Xft and server side to<br>
see where this code is implemented. I can see that in libXrender, maskFormat getting set to None or the id. So, it has to be on<br>the server side Perhaps, i am missing something very obvious.. Can someone point me to this code ?<br>
<br>thanks a lot,<br><br>mohan<br><br></div>