Description
Removes all fallback fonts.
Applies to
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