SetFont(PdfFont) | Set the font of the automatically created field to an existing PDF font |
SetFont(PdfStandardFont) | Set the font of the automatically created field to a standard PDF font |
SetFont(Byte, FontStyle) | Use a font given by its binary data and style |
SetFont(Font, Boolean) | Set the font of the automatically created field to a .NET font |
SetFont(String, FontStyle, Boolean) | Use a font given by its family name and style |