Writing curved text on an arc (PHP)

后端 未结 3 1935
生来不讨喜
生来不讨喜 2021-01-19 06:32

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

相关标签:
3条回答
  • 2021-01-19 07:19

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

    0 讨论(0)
  • 2021-01-19 07:30

    Here is a simple PHP solution found at http://forums.phpfreaks.com/topic/57542-image-manipulation-skewing-text-text-on-a-curve/

    0 讨论(0)
  • 2021-01-19 07:35

    Imagick has native support for curved text

    0 讨论(0)
提交回复
热议问题