SetTextRise
Description
Allows text to be positioned above or below the baseline. This is useful for superscript and subscript text.
Syntax
Delphi
function TQuickPDF0813.SetTextRise(Rise: Double): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetTextRise(Rise As Double) As Long
DLL
int QuickPDFSetTextRise(int InstanceID, double Rise)
Parameters
| Rise | The amount to raise or lower subsequent text from the baseline. Positive values result in text that is higher than normal (superscript), negative values result in text that is lower than normal (subscript). |