Table of Contents

Class OS2WindowsMetricsTable

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

Constructors

OS2WindowsMetricsTable()

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

public OS2WindowsMetricsTable()

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

Parameters

args object[]

Properties

AchVendId

public String AchVendId { get; set; }

Property Value

String

AverageCharWidth

public short AverageCharWidth { get; set; }

Property Value

short

BreakChar

public int BreakChar { get; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CapHeight

public int CapHeight { get; }

Property Value

int

CodePageRange1

public long CodePageRange1 { get; set; }

Property Value

long

CodePageRange2

public long CodePageRange2 { get; set; }

Property Value

long

DefaultChar

public int DefaultChar { get; }

Property Value

int

FAMILY_CLASS_CLAREDON_SERIFS

public static int FAMILY_CLASS_CLAREDON_SERIFS { get; }

Property Value

int

FAMILY_CLASS_FREEFORM_SERIFS

public static int FAMILY_CLASS_FREEFORM_SERIFS { get; }

Property Value

int

FAMILY_CLASS_MODERN_SERIFS

public static int FAMILY_CLASS_MODERN_SERIFS { get; }

Property Value

int

FAMILY_CLASS_NO_CLASSIFICATION

public static int FAMILY_CLASS_NO_CLASSIFICATION { get; }

Property Value

int

FAMILY_CLASS_OLDSTYLE_SERIFS

public static int FAMILY_CLASS_OLDSTYLE_SERIFS { get; }

Property Value

int

FAMILY_CLASS_ORNAMENTALS

public static int FAMILY_CLASS_ORNAMENTALS { get; }

Property Value

int

FAMILY_CLASS_SANS_SERIF

public static int FAMILY_CLASS_SANS_SERIF { get; }

Property Value

int

FAMILY_CLASS_SCRIPTS

public static int FAMILY_CLASS_SCRIPTS { get; }

Property Value

int

FAMILY_CLASS_SLAB_SERIFS

public static int FAMILY_CLASS_SLAB_SERIFS { get; }

Property Value

int

FAMILY_CLASS_SYMBOLIC

public static int FAMILY_CLASS_SYMBOLIC { get; }

Property Value

int

FAMILY_CLASS_TRANSITIONAL_SERIFS

public static int FAMILY_CLASS_TRANSITIONAL_SERIFS { get; }

Property Value

int

FSTYPE_BITMAP_ONLY

public static short FSTYPE_BITMAP_ONLY { get; }

Property Value

short

FSTYPE_EDITIBLE

public static short FSTYPE_EDITIBLE { get; }

Property Value

short

FSTYPE_NO_SUBSETTING

public static short FSTYPE_NO_SUBSETTING { get; }

Property Value

short

FSTYPE_PREVIEW_AND_PRINT

public static short FSTYPE_PREVIEW_AND_PRINT { get; }

Property Value

short

FSTYPE_RESTRICTED

public static short FSTYPE_RESTRICTED { get; }

Property Value

short

FamilyClass

public int FamilyClass { get; set; }

Property Value

int

FirstCharIndex

public int FirstCharIndex { get; set; }

Property Value

int

FsSelection

public int FsSelection { get; set; }

Property Value

int

FsType

public short FsType { get; set; }

Property Value

short

Height

public int Height { get; }

Property Value

int

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

LastCharIndex

public int LastCharIndex { get; set; }

Property Value

int

MaxContext

public int MaxContext { get; }

Property Value

int

Panose

public byte[] Panose { get; set; }

Property Value

byte[]

StrikeoutPosition

public short StrikeoutPosition { get; set; }

Property Value

short

StrikeoutSize

public short StrikeoutSize { get; set; }

Property Value

short

SubscriptXOffset

public short SubscriptXOffset { get; set; }

Property Value

short

SubscriptXSize

public short SubscriptXSize { get; set; }

Property Value

short

SubscriptYOffset

public short SubscriptYOffset { get; set; }

Property Value

short

SubscriptYSize

public short SubscriptYSize { get; set; }

Property Value

short

SuperscriptXOffset

public short SuperscriptXOffset { get; set; }

Property Value

short

SuperscriptXSize

public short SuperscriptXSize { get; set; }

Property Value

short

SuperscriptYOffset

public short SuperscriptYOffset { get; set; }

Property Value

short

SuperscriptYSize

public short SuperscriptYSize { get; set; }

Property Value

short

TAG

public static String TAG { get; }

Property Value

String

TypoAscender

public int TypoAscender { get; set; }

Property Value

int

TypoDescender

public int TypoDescender { get; set; }

Property Value

int

TypoLineGap

public int TypoLineGap { get; set; }

Property Value

int

UnicodeRange1

public long UnicodeRange1 { get; set; }

Property Value

long

UnicodeRange2

public long UnicodeRange2 { get; set; }

Property Value

long

UnicodeRange3

public long UnicodeRange3 { get; set; }

Property Value

long

UnicodeRange4

public long UnicodeRange4 { get; set; }

Property Value

long

Version

public int Version { get; set; }

Property Value

int

WEIGHT_CLASS_BLACK

public static int WEIGHT_CLASS_BLACK { get; }

Property Value

int

WEIGHT_CLASS_BOLD

public static int WEIGHT_CLASS_BOLD { get; }

Property Value

int

WEIGHT_CLASS_EXTRA_BOLD

public static int WEIGHT_CLASS_EXTRA_BOLD { get; }

Property Value

int

WEIGHT_CLASS_LIGHT

public static int WEIGHT_CLASS_LIGHT { get; }

Property Value

int

WEIGHT_CLASS_MEDIUM

public static int WEIGHT_CLASS_MEDIUM { get; }

Property Value

int

WEIGHT_CLASS_NORMAL

public static int WEIGHT_CLASS_NORMAL { get; }

Property Value

int

WEIGHT_CLASS_SEMI_BOLD

public static int WEIGHT_CLASS_SEMI_BOLD { get; }

Property Value

int

WEIGHT_CLASS_THIN

public static int WEIGHT_CLASS_THIN { get; }

Property Value

int

WEIGHT_CLASS_ULTRA_LIGHT

public static int WEIGHT_CLASS_ULTRA_LIGHT { get; }

Property Value

int

WIDTH_CLASS_CONDENSED

public static int WIDTH_CLASS_CONDENSED { get; }

Property Value

int

WIDTH_CLASS_EXPANDED

public static int WIDTH_CLASS_EXPANDED { get; }

Property Value

int

WIDTH_CLASS_EXTRA_CONDENSED

public static int WIDTH_CLASS_EXTRA_CONDENSED { get; }

Property Value

int

WIDTH_CLASS_EXTRA_EXPANDED

public static int WIDTH_CLASS_EXTRA_EXPANDED { get; }

Property Value

int

WIDTH_CLASS_MEDIUM

public static int WIDTH_CLASS_MEDIUM { get; }

Property Value

int

WIDTH_CLASS_SEMI_CONDENSED

public static int WIDTH_CLASS_SEMI_CONDENSED { get; }

Property Value

int

WIDTH_CLASS_SEMI_EXPANDED

public static int WIDTH_CLASS_SEMI_EXPANDED { get; }

Property Value

int

WIDTH_CLASS_ULTRA_CONDENSED

public static int WIDTH_CLASS_ULTRA_CONDENSED { get; }

Property Value

int

WIDTH_CLASS_ULTRA_EXPANDED

public static int WIDTH_CLASS_ULTRA_EXPANDED { get; }

Property Value

int

WeightClass

public int WeightClass { get; set; }

Property Value

int

WidthClass

public int WidthClass { get; set; }

Property Value

int

WinAscent

public int WinAscent { get; set; }

Property Value

int

WinDescent

public int WinDescent { get; set; }

Property Value

int