GetFallbackFontCount

Description

Gets the count of the fallback fonts.

Applies to

PDFTableOfContents object

PDFTableOfContentsItem object

PDFText object

PDFTextBlock object

PDFMultiLineText object

Syntax

long GetFallbackFontCount()

Return value

Long.

Examples

This example gets the count of fallback font in the table of contents.

long ll_count
ll_count = lpdf_toc.getfallbackfontcount( )

See also

AddFallbackFont

GetFallbackFontCount

GetFallbackFont

RemoveFallbackFont

RemoveAllFallbackFont

GetFont

SetFont