[cairo] 3d text rendering

Krzysztof Kosiński tweenk.pl at gmail.com
Tue Jul 19 10:58:25 PDT 2011


2011/7/19 Eliya Mirov <eliya.mirov at optitex.com>:
> Can it produce extruded text?
> something like attached image?

SVG with filters as implemented in Inkscape can support:
- drop shadows
- blur
- arbitrary fill and stroke patterns, including gradients (this
includes "outlined" text, which simply has no fill and a colored
stroke)
- text along paths ("curved text")

SVG with filters cannot easily support extruded text or projective
transformations. However, it can support other effects, which look far
more interesting than WordArt. See the file filters.svg distributed
with Inkscape.

> After creation of this effect filter, will I be able to change the text in
> real time? i.e Dynamic text?

If you edit the text in Inkscape, it will update in realtime.

Regards, Krzysztof


More information about the cairo mailing list