Hello,<br>
<br>
I'm trying to draw outline text fast.<br>
I'm using code like on this page <a href="http://cairographics.org/samples/text.html">http://cairographics.org/samples/text.html</a><br>
But it's too slow, cairo_show_text() is fast, but the other sample that draw outline text ("void") is very slow.<br>
Is there any other way to draw (outline) text fast ?<br>
As I see cairo_show_text and cairo_text_path are "toy" API and
documentation say I should use cairo_glyph_path(), but I have no idea
how. Is there any sample or can someone show me how can be done with
cairo_glyph_path() ?<br>
<br>
Regards, <br>
<br>
AleX<br>