Goto:
4C Home
|
4C Docs
|
4C External Libraries Home
|
FCPdf Home
|
FCPdf Function List
DocLoadTTFont()
DocLoadTTFont()
Purpose:
-
FCPdf::DocLoadTTFont() returns the name of a true type font loaded from a file.
Usage:
-
-
afontname = FCPdf::DocLoadTTFont(<docident>,<fontfullpath>);
Arguments:
-
integer <docident> - A valid docident
-
alpha <fontfullpath> - The full path name to the font file on the 4C Server machine.
Returns:
-
alpha <afontname> - The name of the font to use in calls to FCPdf that expect a font name.
Where Used:
-
FCPdf::DocLoadTTFont() can be called anytime you have a valid docident.
Example:
-
Description:
-
FCPdf::DocLoadTTFont() returns the name of a true type font loaded from a file.
Bugs/Features/Comments:
-
See Also:
See Also
-
FCPdf Function List
Back to Top