AppendSpace

Text, Page layout

Description

Moves the current text position horizontally by a percentage of the height of the text.

Syntax

Delphi

function TPDFlib.AppendSpace(RelativeSpace: Double): Integer;

ActiveX

Function PDFlib::AppendSpace(RelativeSpace As Double) As Long

DLL

int DLAppendSpace(int InstanceID, double RelativeSpace);

Parameters

RelativeSpaceA value of 1 moves the horizontal position by a value equal to the height of the text at the present font size, also known as an EM space. A value of 0.5 moves the horizontal position by half the height of the text at the present font size, also known as an EN space.