public sealed class PdfFont| BaseFont | Gets the base font used to create this font |
| Color | Gets the font color |
| Size | Gets the font size in points |
| Style | Gets the font style flags |
| Create | Creates a new font using the same base font with the specified size, style, and color |
| CreateWithColor | Creates a new font using the same base font, size, and style with a different color |
| CreateWithSize | Creates a new font using the same base font and color with a different size |
| CreateWithStyle | Creates a new font using the same base font, size, and color with a different style |
| Equals | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| ToString | (Inherited from Object) |