Class VerticalHeaderTable
public class VerticalHeaderTable : TTFTable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
VerticalHeaderTable
- Implements
- Inherited Members
-
JVMBridgeBase<TTFTable>.SExecute<TNewClass, TReturn, TConverter>(IJavaType, string, params object[])
Constructors
VerticalHeaderTable()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public VerticalHeaderTable()
VerticalHeaderTable(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 VerticalHeaderTable(params object[] args)
Parameters
args
object[]
Properties
AdvanceHeightMax
public int AdvanceHeightMax { get; }
Property Value
Ascender
public short Ascender { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CaretOffset
public short CaretOffset { get; }
Property Value
CaretSlopeRise
public short CaretSlopeRise { get; }
Property Value
CaretSlopeRun
public short CaretSlopeRun { get; }
Property Value
Descender
public short Descender { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
LineGap
public short LineGap { get; }
Property Value
MetricDataFormat
public short MetricDataFormat { get; }
Property Value
MinBottomSideBearing
public short MinBottomSideBearing { get; }
Property Value
MinTopSideBearing
public short MinTopSideBearing { get; }
Property Value
NumberOfVMetrics
public int NumberOfVMetrics { get; }
Property Value
Reserved1
public short Reserved1 { get; }
Property Value
Reserved2
public short Reserved2 { get; }
Property Value
Reserved3
public short Reserved3 { get; }
Property Value
Reserved4
public short Reserved4 { get; }
Property Value
TAG
public static String TAG { get; }
Property Value
Version
public float Version { get; }
Property Value
YMaxExtent
public short YMaxExtent { get; }