SetTextRise

Text

Description

Allows text to be positioned above or below the baseline. This is useful for superscript and subscript text.

Syntax

Delphi

function TPDFlib.SetTextRise(Rise: Double): Integer;

ActiveX

Function PDFlib::SetTextRise(Rise As Double) As Long

DLL

int DLSetTextRise(int InstanceID, double Rise);

Parameters

RiseThe 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).