List of Fonts supported by Aspose.Pdf.Text.FontRepository.FindFont

What are the list of fonts “Aspose.Pdf.Text.FontRepository.FindFont” supports? Basically, what are all string-parameter options this method takes?

Hi Phil,


Thanks for using our API’s.

You can pass the font name of any TrueType font installed over system. For further details, please visit Add Text to an existing PDF file

[Java]
//set text properties
textFragment.getTextState().setFont(com.aspose.pdf.FontRepository.findFont(“Verdana”));