RemoveAllFallbackFont

Description

Removes all fallback fonts.

Applies to

PDFTableOfContents object

PDFTableOfContentsItem object

PDFText object

PDFTextBlock object

PDFMultiLineText object

Syntax

RemoveAllFallbackFont()

Return value

Long. Returns 1 if the function succeeds, and -1 if the function fails. For more errors, see the Error Codes.

Examples

This example removes all fallback fonts from the table of contents.

long ll_remove
ll_remove = lpdf_toc.removeallfallbackfont( )

See also

AddFallbackFont

GetFallbackFontCount

GetFallbackFont

RemoveFallbackFont

RemoveAllFallbackFont

GetFont

SetFont