| CreateFont(PdfBaseFont, Single) | Creates a font from an existing base font using the normal style and black as the font color |
| CreateFont(String, Single) | Creates a font from a font file using the normal style and black as the font color |
| CreateFont(PdfBaseFont, Single, PdfColor) | Creates a font from an existing base font using the normal style |
| CreateFont(PdfBaseFont, Single, PdfFontStyle) | Creates a font from an existing base font using black as the font color |
| CreateFont(String, Single, PdfColor) | Creates a font from a font file using the normal style |
| CreateFont(String, Single, PdfFontStyle) | Creates a font from a font file using black as the font color |
| CreateFont(PdfBaseFont, Single, PdfFontStyle, PdfColor) | Creates a font from an existing base font |
| CreateFont(String, Single, PdfFontStyle, PdfColor) | Creates a font from a font file |