PdfDocumentCreateStandardFont Method
Creates a PDF font from the given standard Type 1 font and adds it to the collection
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public PdfFont CreateStandardFont(
PdfStandardFont font
)
Public Function CreateStandardFont (
font As PdfStandardFont
) As PdfFont
public:
PdfFont^ CreateStandardFont(
PdfStandardFont font
)
member CreateStandardFont :
font : PdfStandardFont -> PdfFont
- font PdfStandardFont
- The standard Type 1 font
PdfFontThe PDF font