I'm just exploring the capabilities of #skiasharp and #harfbuzzsharp to generate PDF files. I've done that before with #pdfsharp but I need the PDF/A feature.
As my code may run on Azure and OnPrem, I need to understand the font management stuff (I provide the fonts like Liberation Sans or Roboto as resource streams). Sadly I cannot really find good documentation about how to use it esp. how and what to cache so the memory footprint is reasonable.
Any hints for me beside the API ref?
#dotnet