Description
Gets the font of the title or item in the table of contents.
Applies to
Syntax
PDFFont GetFont()
Return value
Usage
Call the function to get the font used for the title in the table of contents.
Examples
This example gets the font style of the title in the table of contents.
lpdf_font = lpdf_toc.getfont()
This example gets the font style of the item in the table of contents.
lpdf_font = lpdf_tocitem.getfont()
See also