Table of Contents

Class CMapCharsetEncoder

Namespace
iText.IO.Font.Cmap
Assembly
itext.io.dll
public sealed class CMapCharsetEncoder
Inheritance
CMapCharsetEncoder
Inherited Members

Constructors

CMapCharsetEncoder(Encoding)

public CMapCharsetEncoder(Encoding targetCharset)

Parameters

targetCharset Encoding

CMapCharsetEncoder(Encoding, bool)

public CMapCharsetEncoder(Encoding targetCharset, bool bmpOnly)

Parameters

targetCharset Encoding
bmpOnly bool

Methods

EncodeUnicodeCodePoint(int)

public byte[] EncodeUnicodeCodePoint(int cp)

Parameters

cp int

Returns

byte[]