Table of Contents

Class PostScriptTable

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

Constructors

PostScriptTable()

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

public PostScriptTable()

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

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

FormatType

public float FormatType { get; set; }

Property Value

float

GlyphNames

public String[] GlyphNames { get; set; }

Property Value

String[]

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

IsFixedPitch

public long IsFixedPitch { get; set; }

Property Value

long

ItalicAngle

public float ItalicAngle { get; set; }

Property Value

float

MaxMemType1

public long MaxMemType1 { get; set; }

Property Value

long

MaxMemType42

public long MaxMemType42 { get; set; }

Property Value

long

MinMemType1

public long MinMemType1 { get; }

Property Value

long

MinMemType42

public long MinMemType42 { get; set; }

Property Value

long

TAG

public static String TAG { get; }

Property Value

String

UnderlinePosition

public short UnderlinePosition { get; set; }

Property Value

short

UnderlineThickness

public short UnderlineThickness { get; set; }

Property Value

short

Methods

GetName(int)

public String GetName(int arg0)

Parameters

arg0 int

int

Returns

String

String

SetMimMemType1(long)

public void SetMimMemType1(long arg0)

Parameters

arg0 long

long