FPDFFont_Close function

  1. @Native<Void Function(FPDF_FONT)>(FPDF_FONT)>()
void FPDFFont_Close(
  1. FPDF_FONT font
)

Close a loaded PDF font.

font - Handle to the loaded font.

Implementation

@ffi.Native<ffi.Void Function(FPDF_FONT)>()
external void FPDFFont_Close(FPDF_FONT font);