Table of Contents

Class CmapTable

Namespace
Org.Apache.Fontbox.Ttf
Assembly
MASES.NetPDF.dll
public class CmapTable : TTFTable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
CmapTable
Implements
Inherited Members

Constructors

CmapTable()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public CmapTable()

CmapTable(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public CmapTable(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

Cmaps

public CmapSubtable[] Cmaps { get; set; }

Property Value

CmapSubtable[]

ENCODING_MAC_ROMAN

public static int ENCODING_MAC_ROMAN { get; }

Property Value

int

ENCODING_UNICODE_1_0

public static int ENCODING_UNICODE_1_0 { get; }

Property Value

int

ENCODING_UNICODE_1_1

public static int ENCODING_UNICODE_1_1 { get; }

Property Value

int

ENCODING_UNICODE_2_0_BMP

public static int ENCODING_UNICODE_2_0_BMP { get; }

Property Value

int

ENCODING_UNICODE_2_0_FULL

public static int ENCODING_UNICODE_2_0_FULL { get; }

Property Value

int

ENCODING_WIN_BIG5

public static int ENCODING_WIN_BIG5 { get; }

Property Value

int

ENCODING_WIN_JOHAB

public static int ENCODING_WIN_JOHAB { get; }

Property Value

int

ENCODING_WIN_PRC

public static int ENCODING_WIN_PRC { get; }

Property Value

int

ENCODING_WIN_SHIFT_JIS

public static int ENCODING_WIN_SHIFT_JIS { get; }

Property Value

int

ENCODING_WIN_SYMBOL

public static int ENCODING_WIN_SYMBOL { get; }

Property Value

int

ENCODING_WIN_UNICODE_BMP

public static int ENCODING_WIN_UNICODE_BMP { get; }

Property Value

int

ENCODING_WIN_UNICODE_FULL

public static int ENCODING_WIN_UNICODE_FULL { get; }

Property Value

int

ENCODING_WIN_WANSUNG

public static int ENCODING_WIN_WANSUNG { get; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

PLATFORM_MACINTOSH

public static int PLATFORM_MACINTOSH { get; }

Property Value

int

PLATFORM_UNICODE

public static int PLATFORM_UNICODE { get; }

Property Value

int

PLATFORM_WINDOWS

public static int PLATFORM_WINDOWS { get; }

Property Value

int

TAG

public static String TAG { get; }

Property Value

String

Methods

GetSubtable(int, int)

public CmapSubtable GetSubtable(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

CmapSubtable

CmapSubtable