Using Python I want to be able to draw text at different angles using PIL.
For example, imagine you were drawing the number around the face of a clock. The number <
for Linux, I was able to get fonts to work on debian using:
fnt = ImageFont.truetype('LinLibertine_RB.otf', 40)
or any font library you see under
ls -lR /usr/share/fonts
the names and examples of fonts are also contained in Gimp if you have that installed.