FPDF_GetDefaultTTFMapCount function
Experimental API.
Function: FPDF_GetDefaultTTFMapCount Returns the number of entries in the default character set to TT Font name map. Parameters: None. Return Value: The number of entries in the map.
Implementation
@ffi.Native<ffi.Size Function()>()
external int FPDF_GetDefaultTTFMapCount();