Hello,<br>
<br>
I&#39;m trying to draw outline text fast.<br>
I&#39;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&#39;s too slow, cairo_show_text() is fast, but the other sample that draw outline text (&quot;void&quot;) 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 &quot;toy&quot; 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>