subWrite
Informations
Author: Wirus
License: Freeware
Description
This method prints text from the current position in the same way as Write(). An additional
parameter allows to reduce or increase the font size; it's useful for initials. A second
parameter allows to specify an offset so that text is placed at a superscripted or subscripted
position.
subWrite(float h, string txt [, mixed link [, float subFontSize [, float subOffset]]])
h
Line height
txt
String to print
link
URL or identifier returned by AddLink()
subFontSize
Size of font in points (12 by default)
subOffset
Offset of text in points (positive means superscript, negative subscript; 0 by default)