Placing text along a curve is a fairly common task in vector graphics, but I don’t see it mentioned anywhere in the Reportlab documentation.
Is there any way to place text along an arc or path object in Reportlab? This is the type of result I am after (generated in TikZ):
The only thing I’ve found in searching is this post, but OP there is doing it by individually drawing every character one at a time as he wants more control over individual character rotation. Besides being super laborious for something that should be a builtin ability, this only works on an arc and doesn’t look nice with non-monospaced fonts.
1