Description
Gets the name of the fallback font.
Applies to
Syntax
string GetFallbackFont (long index)
Return value
String. Returns the font name if the function succeeds, and returns an empty string if the function fails.
Examples
This example gets the name of fallback font whose index=1 in the table of contents.
string ls_font ls_font = lpdf_toc.getfallbackfont (1)
See also