Table of Contents

Class CharMetric

Namespace
Org.Apache.Fontbox.Afm
Assembly
MASES.NetPDF.dll
public class CharMetric : JVMBridgeBase<CharMetric>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
CharMetric
Implements
Inherited Members

Constructors

CharMetric()

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

public CharMetric()

CharMetric(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 CharMetric(params object[] args)

Parameters

args object[]

Properties

BoundingBox

public BoundingBox BoundingBox { get; set; }

Property Value

BoundingBox

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CharacterCode

public int CharacterCode { get; set; }

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

Ligatures

public List<Ligature> Ligatures { get; }

Property Value

List<Ligature>

Name

public String Name { get; set; }

Property Value

String

Vv

public float[] Vv { get; set; }

Property Value

float[]

W

public float[] W { get; set; }

Property Value

float[]

W0

public float[] W0 { get; set; }

Property Value

float[]

W0x

public float W0x { get; set; }

Property Value

float

W0y

public float W0y { get; set; }

Property Value

float

W1

public float[] W1 { get; set; }

Property Value

float[]

W1x

public float W1x { get; set; }

Property Value

float

W1y

public float W1y { get; set; }

Property Value

float

Wx

public float Wx { get; set; }

Property Value

float

Wy

public float Wy { get; set; }

Property Value

float

Methods

AddLigature(Ligature)

public void AddLigature(Ligature arg0)

Parameters

arg0 Ligature

Ligature