Goto: 4C Home | 4C Docs | 4C External Libraries Home | FCPdf Home | FCPdf Function List TextSetWordSpacing()

TextSetWordSpacing()

Purpose:
FCPdf::TextSetWordSpacing() sets the word spacing to use on the specified page.
Usage:
rc = FCPdf::TextSetWordSpacing(<pageident>,<wordspacing>);
Arguments:

integer <pageident> - A valid FCPdf page ident

float <wordspacing> - The wordspacing in points.
Returns:
integer <rc>
0 - OK
-1 - Error
Where Used:
FCPdf::TextSetWordSpacing() can be called anytine you have a valid FCPdf page ident.
Example:
Description:
FCPdf::TextSetWordSpacing() sets the word spacing to use on the specified page.

The page must be in either PageDescriptionMode or TextObjectMode for this function to succeeed.

If successful, the call to FCPdf::TextSetWordSpacing() will not change the graphics mode of the page.
Bugs/Features/Comments:
See Also: See Also
FCPdf Function List


Back to Top