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
JVMBridgeBase
JVMBridgeBase<TTFTable>
PostScriptTable
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<TTFTable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<TTFTable>.IsAssignableFrom<T>()
JVMBridgeBase<TTFTable>.Execute<T>(params T[])
JVMBridgeBase<TTFTable>.DynBridgeClazz
JVMBridgeBase<TTFTable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener

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

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

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

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