text along path
commitfc06b5bae09b75e033c5eacf1fb2ac3235dd1131
authorMichael J Gruber <michaeljgruber@users.sourceforge.net>
Fri, 16 Jun 2006 14:59:00 +0000 (16 16:59 +0200)
committerMichael J Gruber <michaeljgruber@users.sourceforge.net>
Sun, 9 Oct 2011 15:17:52 +0000 (9 17:17 +0200)
treeeb40487af486d94dad9a18a1a5c0cbd51a73591c
parent806eec8c99e44cd966c88188411b878355c9d2e4
text along path

Implement a decorator curvedtext for setting text along a given path.
curvedtext switches to singlecharmode, but only while it is needed.

The basic idea has been discussed on the list and goes back to the PyX
grand masters.

Signed-off-by: Michael J Gruber <michaeljgruber@users.sourceforge.net>
examples/text/INDEX
examples/text/textalongpath.py [new file with mode: 0644]
examples/text/textalongpath.txt [new file with mode: 0644]
pyx/deco.py
pyx/dvi/dvifile.py
pyx/text.py