If you are using True Type fonts, you can declare the paths of the different ttf- and ttc-files to this class first and then create fonts in your code using one of the getFont method without having to enter a path as parameter.

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

Syntax

C#
public class FontFactoryImp
Visual Basic
Public Class FontFactoryImp
Visual C++
public ref class FontFactoryImp

Inheritance Hierarchy

System..::..Object
  iTextSharp.text..::..FontFactoryImp

See Also