(PECL cairo >= 0.1.0)
The textPath purpose
public void CairoContext::textPath ( string $string )
Object oriented style
Procedural style
void cairo_text_path ( CairoContext $context , string $text )
Adds closed paths for text to the current path. The generated path, if filled, achieves an effect similar to that of CairoContext::showText().
Text conversion and positioning is done similar to CairoContext::showText().
L