Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static BaseFont CreateFont(
	string name,
	string encoding,
	bool embedded,
	bool cached,
	byte[] ttfAfm,
	byte[] pfb
)
Visual Basic
Public Shared Function CreateFont ( _
	name As String, _
	encoding As String, _
	embedded As Boolean, _
	cached As Boolean, _
	ttfAfm As Byte(), _
	pfb As Byte() _
) As BaseFont
Visual C++
public:
static BaseFont^ CreateFont(
	String^ name, 
	String^ encoding, 
	bool embedded, 
	bool cached, 
	array<unsigned char>^ ttfAfm, 
	array<unsigned char>^ pfb
)

Parameters

name
Type: System..::..String
encoding
Type: System..::..String
embedded
Type: System..::..Boolean
cached
Type: System..::..Boolean
ttfAfm
Type: array<System..::..Byte>[]()[][]
pfb
Type: array<System..::..Byte>[]()[][]

See Also