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

PageGetFontFace()

Purpose:
FCPdf::PageGetFontFace() returns the current font facename for the FCPdf document page.
Usage:
fontface = FCPdf::PageGetFontFace(<pageident>);
Arguments:

integer <pageident> - A valid FCPdf pageident
Returns:
alpha <fontface> - The current font facename for the page
Where Used:
FCPdf::PageGetFontFace() can be called anytime you have a valid FCPdf pageident.
Example:
Description:
FCPdf::PageGetFontFace() returns the current font facename for the FCPdf document page.
Bugs/Features/Comments:
See Also: See Also
FCPdf Function List


Back to Top