What is the iText 7 equivalent of FontSelector.Process?
问题 I'm beginning the process of updating code written against iText5 to work with iText7. Is there a similar mechanism in iText7 to the FontSelector class, where you would load up fonts and the "Process" action would automatically determine which font to use (and return a formatted pdf "chunk" that could be added to the document)? Here's the code snippet (this is C++, but my "native" language is C#, so feel free to answer with C#). try { doc = gcnew Document(); pdfWriter = PdfWriter::GetInstance