Overload List
| Name | Description | |
|---|---|---|
| SetFont(PdfFont) | 
            Use the given previously created PDF font when the automatically generated PDF form field needs a font
              | |
| SetFont(StdFontBaseFamily) | 
            Use the given standard PDF font when the automatically generated PDF form field needs a font
              | |
| SetFont(Byte, FontStyle) | 
            Use a font given by its binary data and style
              | |
| SetFont(Font, Boolean) | 
            Use the given system font when the automatically generated PDF form field needs a font
              | |
| SetFont(String, FontStyle, Boolean) | 
            Use a font given by its family name and style
              | 
See Also