PdfFont(PdfFontFace, Double) Constructor |
Initializes a new instance of the
PdfFont class from the specified font face and font size.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic PdfFont(
PdfFontFace face,
double size
)
Public Sub New (
face As PdfFontFace,
size As Double
)
Parameters
- face PdfFontFace
- The font face.
- size Double
- The font size.
Exceptions
See Also