Click or drag to resize

CFontProviderAddFont Method (Byte)

Adds a font from byte array data

Namespace:  ComPDF.PDFGeneration
Assembly:  ComPDFGeneration (in ComPDFGeneration.dll) Version: 1.0.0+340720369ae98791af8dd72f985ee6534adad5e3
Syntax
C#
public int AddFont(
	byte[] fontData
)

Parameters

fontData
Type: SystemByte
Byte array containing font data

Return Value

Type: Int32
The total number of fonts after adding, or 0 if the operation failed
See Also