FPDF_GetDefaultTTFMapCount method

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

int FPDF_GetDefaultTTFMapCount() {
  return _FPDF_GetDefaultTTFMapCount();
}