Text rotations
Informations
Author: Pivkin Vladimir
License: FPDF
Description
This extension allows to print rotated and sheared (i.e. distorted like in italic) text.
TextWithDirection(float x, float y, string txt [, string direction])
x: abscissa
y: ordinate
txt: text string
direction: one of the following values (R by default):
R (Right): Left to Right
U (Up): Bottom to Top
D (Down): Top To Bottom
L (Left): Right to Left
TextWithRotation(float x, float y, string txt, float txt_angle [, float font_angle])
x: abscissa
y: ordinate
txt: text string
txt_angle: angle of the text
font_angle: shear angle (0 by default)