Table of Contents

Class FontHeaders

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

Constructors

FontHeaders()

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

public FontHeaders()

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

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

Error

public String Error { get; set; }

Property Value

String

FontFamily

public String FontFamily { get; }

Property Value

String

FontSubFamily

public String FontSubFamily { get; }

Property Value

String

HeaderMacStyle

public Integer HeaderMacStyle { get; }

Property Value

Integer

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

Name

public String Name { get; }

Property Value

String

NonOtfTableGCID142

public byte[] NonOtfTableGCID142 { get; }

Property Value

byte[]

OS2Windows

public OS2WindowsMetricsTable OS2Windows { get; }

Property Value

OS2WindowsMetricsTable

OtfOrdering

public String OtfOrdering { get; }

Property Value

String

OtfRegistry

public String OtfRegistry { get; }

Property Value

String

OtfSupplement

public int OtfSupplement { get; }

Property Value

int

Methods

IsOpenTypePostScript()

public bool IsOpenTypePostScript()

Returns

bool

bool

SetOtfROS(String, String, int)

public void SetOtfROS(String arg0, String arg1, int arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 int

int