PdfFontLoadProgressCallback typedef
PdfFontLoadProgressCallback =
void Function(PdfFontLoadProgress progress)
Called while a font resolution is loading font bytes.
Implementation
typedef PdfFontLoadProgressCallback = void Function(PdfFontLoadProgress progress);