Converts specified information about a required typeface into a specific font.
Namespace: PdfEdit.Fonts
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Parameters
- familyName
- Type: SystemString
Name of the font family. - isBold
- Type: SystemBoolean
Set to true when a bold fontface is required. - isItalic
- Type: SystemBoolean
Set to true when an italic fontface is required.
Return Value
Type: FontResolverInfoInformation about the physical font, or null if the request cannot be satisfied.
See Also