Class GlyphMetrics
public class GlyphMetrics : JVMBridgeBase<GlyphMetrics>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
GlyphMetrics
- Implements
- Inherited Members
- Extension Methods
Constructors
GlyphMetrics()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public GlyphMetrics()
GlyphMetrics(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public GlyphMetrics(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
GlyphMetrics(bool, float, float, Rectangle2D, byte)
public GlyphMetrics(bool arg0, float arg1, float arg2, Rectangle2D arg3, byte arg4)
Parameters
arg0boolarg1floatarg2floatarg3Rectangle2Darg4byte
GlyphMetrics(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 GlyphMetrics(params object[] args)
Parameters
argsobject[]
GlyphMetrics(float, Rectangle2D, byte)
public GlyphMetrics(float arg0, Rectangle2D arg1, byte arg2)
Parameters
arg0floatarg1Rectangle2Darg2byte
Properties
Advance
public float Advance { get; }
Property Value
AdvanceX
public float AdvanceX { get; }
Property Value
AdvanceY
public float AdvanceY { get; }
Property Value
Bounds2D
public Rectangle2D Bounds2D { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
COMBINING
public static byte COMBINING { get; }
Property Value
COMPONENT
public static byte COMPONENT { 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
LIGATURE
public static byte LIGATURE { get; }
Property Value
LSB
public float LSB { get; }
Property Value
RSB
public float RSB { get; }
Property Value
STANDARD
public static byte STANDARD { get; }
Property Value
Type
public int Type { get; }
Property Value
WHITESPACE
public static byte WHITESPACE { get; }
Property Value
Methods
IsCombining()
public bool IsCombining()
Returns
IsComponent()
public bool IsComponent()
Returns
IsLigature()
public bool IsLigature()
Returns
IsStandard()
public bool IsStandard()
Returns
IsWhitespace()
public bool IsWhitespace()