PdfFontsCollectionCreateFont Method

Overload List

CreateFont(Font) Creates a PDF font from the given .NET font and adds it to the collection. The font will be embedded in the generated PDF document
CreateFont(String) Creates a PDF font from the given font file
CreateFont(Font, Boolean) Creates a PDF font from the given .NET font and adds it to the collection. Optionally embeds the font in the generated PDF document based on embed parameter value

See Also