Table of Contents

Class PostScriptTable

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

Constructors

PostScriptTable(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PostScriptTable(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

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 java.lang.AutoCloseable

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; set; }

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