Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
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, bool noThrow, bool forceRead ) |
Visual Basic |
---|
Public Shared Function CreateFont ( _ name As String, _ encoding As String, _ embedded As Boolean, _ cached As Boolean, _ ttfAfm As Byte(), _ pfb As Byte(), _ noThrow As Boolean, _ forceRead As Boolean _ ) As BaseFont |
Visual C++ |
---|
public: static BaseFont^ CreateFont( String^ name, String^ encoding, bool embedded, bool cached, array<unsigned char>^ ttfAfm, array<unsigned char>^ pfb, bool noThrow, bool forceRead ) |
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>[]()[][]
- noThrow
- Type: System..::..Boolean
- forceRead
- Type: System..::..Boolean