Goto:
4C Home
|
4C Docs
|
4C External Libraries Home
|
FCPdf Home
|
FCPdf Function List
TextSetCharSpacing()
TextSetCharSpacing()
Purpose:
-
FCPdf::TextSetCharSpacing() sets the character spacing to use on the
specified page.
Usage:
-
-
rc = FCPdf::TextSetCharSpacing(<pageident>,<charspacing>);
Arguments:
-
integer <pageident> - A valid FCPdf page ident
-
float <charspacing> - The charspacing in points.
Returns:
-
integer <rc>
0 - OK
-1 - Error
Where Used:
-
FCPdf::TextSetCharSpacing() can be called anytine you have a valid FCPdf
page ident.
Example:
-
Description:
-
FCPdf::TextSetCharSpacing() sets the char 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::TextSetCharSpacing() will not change
the graphics mode of the page.
Bugs/Features/Comments:
-
See Also:
See Also
-
FCPdf Function List
Back to Top