Class FontHeaders
public class FontHeaders : JVMBridgeBase<FontHeaders>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
FontHeaders
- Implements
- Inherited Members
-
JVMBridgeBase<FontHeaders>.SExecuteWithSignatureArray<T>(IJavaType, string, string, params object[])
Constructors
FontHeaders()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public FontHeaders()
FontHeaders(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 FontHeaders(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Error
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.5/org/apache/fontbox/ttf/FontHeaders.html#getError-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.5/org/apache/fontbox/ttf/FontHeaders.html#setError-java.lang.String-
public String Error { get; set; }
Property Value
FontFamily
public String FontFamily { get; }
Property Value
FontSubFamily
public String FontSubFamily { get; }
Property Value
HeaderMacStyle
public Integer HeaderMacStyle { 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
Name
public String Name { get; }
Property Value
NonOtfTableGCID142
public byte[] NonOtfTableGCID142 { get; }
Property Value
- byte[]
OS2Windows
public OS2WindowsMetricsTable OS2Windows { get; }
Property Value
OtfOrdering
public String OtfOrdering { get; }
Property Value
OtfRegistry
public String OtfRegistry { get; }
Property Value
OtfSupplement
public int OtfSupplement { get; }
Property Value
Methods
IsOpenTypePostScript()
public bool IsOpenTypePostScript()
Returns
SetOtfROS(String, String, int)
public void SetOtfROS(String arg0, String arg1, int arg2)