Table of Contents

Class HeaderTable

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

Constructors

HeaderTable()

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

public HeaderTable()

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

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CheckSumAdjustment

public long CheckSumAdjustment { get; set; }

Property Value

long

Created

public Calendar Created { get; set; }

Property Value

Calendar

Flags

public int Flags { get; set; }

Property Value

int

FontDirectionHint

public short FontDirectionHint { get; set; }

Property Value

short

FontRevision

public float FontRevision { get; set; }

Property Value

float

GlyphDataFormat

public short GlyphDataFormat { get; set; }

Property Value

short

IndexToLocFormat

public short IndexToLocFormat { get; set; }

Property Value

short

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

LowestRecPPEM

public int LowestRecPPEM { get; set; }

Property Value

int

MAC_STYLE_BOLD

public static int MAC_STYLE_BOLD { get; }

Property Value

int

MAC_STYLE_ITALIC

public static int MAC_STYLE_ITALIC { get; }

Property Value

int

MacStyle

public int MacStyle { get; set; }

Property Value

int

MagicNumber

public long MagicNumber { get; set; }

Property Value

long

Modified

public Calendar Modified { get; set; }

Property Value

Calendar

TAG

public static String TAG { get; }

Property Value

String

UnitsPerEm

public int UnitsPerEm { get; set; }

Property Value

int

Version

public float Version { get; set; }

Property Value

float

XMax

public short XMax { get; set; }

Property Value

short

XMin

public short XMin { get; set; }

Property Value

short

YMax

public short YMax { get; set; }

Property Value

short

YMin

public short YMin { get; set; }

Property Value

short