Table of Contents

Class HeaderTable

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

Constructors

HeaderTable(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 HeaderTable(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

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 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

LowestRecPPEM

public int LowestRecPPEM { get; set; }

Property Value

int

MAC_STYLE_BOLD

public static int MAC_STYLE_BOLD { get; set; }

Property Value

int

MAC_STYLE_ITALIC

public static int MAC_STYLE_ITALIC { get; set; }

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

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