FPDF_GetDefaultTTFMapCount function

  1. @Native<Size Function()>()>()
int FPDF_GetDefaultTTFMapCount()

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();