PdfFontsCollectionCreateFontFromData(Byte, Single, FontStyle) Method
Creates a system font with size and style from font data and adds it to the collection
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public PdfFont CreateFontFromData(
byte[] fontData,
float fontSize,
FontStyle fontStyle
)
- fontData Byte
- The font data
- fontSize Single
- The font size in points
- fontStyle FontStyle
- The font style
PdfFontThe PDF font