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 LongDLL
int DLAppendSpace(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. |
|---|