PdfDocumentCreateFontFromData(Byte, Single, FontStyle) Method
Creates a system font with size and style from font data and adds it to PDF document
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public PdfFont CreateFontFromData(
byte[] fontData,
float fontSize,
FontStyle fontStyle
)
Public Function CreateFontFromData (
fontData As Byte(),
fontSize As Single,
fontStyle As FontStyle
) As PdfFont
public:
PdfFont^ CreateFontFromData(
array<unsigned char>^ fontData,
float fontSize,
FontStyle fontStyle
)
member CreateFontFromData :
fontData : byte[] *
fontSize : float32 *
fontStyle : FontStyle -> PdfFont
- fontData Byte
- The font data
- fontSize Single
- The font size in points
- fontStyle FontStyle
- The font style
PdfFontThe PDF font