AppendSpace
Description
Moves the current text position horizontally by a percentage of the height of the text.
Syntax
Delphi
function TDebenuPDFLibrary1811.AppendSpace(RelativeSpace: Double): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::AppendSpace(
RelativeSpace As Double) As Long
DLL
int DPLAppendSpace(int InstanceID, double RelativeSpace)
Parameters
RelativeSpace | A 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. |