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 forceRead
)
Visual Basic
Public Shared Function CreateFont ( _
	name As String, _
	encoding As String, _
	embedded As Boolean, _
	forceRead As Boolean _
) As BaseFont
Visual C++
public:
static BaseFont^ CreateFont(
	String^ name, 
	String^ encoding, 
	bool embedded, 
	bool forceRead
)

Parameters

name
Type: System..::..String
encoding
Type: System..::..String
embedded
Type: System..::..Boolean
forceRead
Type: System..::..Boolean

See Also