steven
steven

Reputation: 13547

Writing curved text on an arc (PHP)

So I Googled and found out how to draw an arc: http://www.php.net/manual/en/function.imagearc.php

The only problem is how do I write text $margin pixels from the arc that is curved.

Centre aligned @ $degrees.

Here is an example: http://img194.imageshack.us/img194/3667/scan0001fe.jpg

Let me know if this doesn't make sense.

Upvotes: 4

Views: 5503

Answers (3)

krb
krb

Reputation: 16325

Imagick has native support for curved text

Upvotes: 0

oops
oops

Reputation: 5749

You could try this: http://coding.derkeiler.com/Archive/PHP/alt.php/2004-12/0061.html

Upvotes: 0

Related Questions