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

DocGetLineWidth()

Purpose:
FCPdf::DocGetLineWidth() returns the default linewidth for the document.
Usage:
linewidth = FCPdf::DocGetLineWidth(<docident>);
Arguments:

integer <docident>
Returns:
float <linewidth> - The default linewidth, in points, used for drawing
Where Used:
FCPdf::DocGetLineWidth() can be called anytime that you have a valid FCPdf docident.
Example:
Description:
FCPdf::DocGetLineWidth() returns the default linewidth for the document. Initially, the default linewidth for an FCPdf document is 1 point. The linewidth is used for drawing lines and shapes in the document.

Line width is used for writing text when the text rendering mode includes "Stroke".
Bugs/Features/Comments:
See Also: See Also
FCPdf Function List


Back to Top