Circular text
Informations
Author: Andreas Würmser
License: FPDF
Description
This script prints a circular text inside a given circle. It makes use of the Transformations script.
CircularText(float x, float y, float r, string text [, string align [, float kerning [, float fontwidth]]])
x
: abscissa of center
y
: ordinate of center
r
: radius of circle
text
: text to be printed
align
: text alignment: top
or bottom
. Default value: top
kerning
: spacing between letters in percentage. Default value: 120. Zero is not allowed.
fontwidth
: width of letters in percentage. Default value: 100. Zero is not allowed.