Class PostScriptTable
public class PostScriptTable : TTFTable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
PostScriptTable
- Implements
- Inherited Members
Constructors
PostScriptTable(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 PostScriptTable(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
FormatType
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/org/apache/fontbox/ttf/PostScriptTable.html#getFormatType-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/org/apache/fontbox/ttf/PostScriptTable.html#setFormatType-float-
public float FormatType { get; set; }
Property Value
GlyphNames
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/org/apache/fontbox/ttf/PostScriptTable.html#getGlyphNames-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/org/apache/fontbox/ttf/PostScriptTable.html#setGlyphNames-java.lang.String[]-
public String[] GlyphNames { get; set; }
Property Value
- String[]
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 java.lang.AutoCloseable
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
IsFixedPitch
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/org/apache/fontbox/ttf/PostScriptTable.html#getIsFixedPitch-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/org/apache/fontbox/ttf/PostScriptTable.html#setIsFixedPitch-long-
public long IsFixedPitch { get; set; }
Property Value
ItalicAngle
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/org/apache/fontbox/ttf/PostScriptTable.html#getItalicAngle-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/org/apache/fontbox/ttf/PostScriptTable.html#setItalicAngle-float-
public float ItalicAngle { get; set; }
Property Value
MaxMemType1
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/org/apache/fontbox/ttf/PostScriptTable.html#getMaxMemType1-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/org/apache/fontbox/ttf/PostScriptTable.html#setMaxMemType1-long-
public long MaxMemType1 { get; set; }
Property Value
MaxMemType42
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/org/apache/fontbox/ttf/PostScriptTable.html#getMaxMemType42-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/org/apache/fontbox/ttf/PostScriptTable.html#setMaxMemType42-long-
public long MaxMemType42 { get; set; }
Property Value
MinMemType1
public long MinMemType1 { get; }
Property Value
MinMemType42
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/org/apache/fontbox/ttf/PostScriptTable.html#getMinMemType42-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/org/apache/fontbox/ttf/PostScriptTable.html#setMinMemType42-long-
public long MinMemType42 { get; set; }
Property Value
TAG
public static String TAG { get; set; }
Property Value
UnderlinePosition
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/org/apache/fontbox/ttf/PostScriptTable.html#getUnderlinePosition-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/org/apache/fontbox/ttf/PostScriptTable.html#setUnderlinePosition-short-
public short UnderlinePosition { get; set; }
Property Value
UnderlineThickness
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/org/apache/fontbox/ttf/PostScriptTable.html#getUnderlineThickness-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.7/org/apache/fontbox/ttf/PostScriptTable.html#setUnderlineThickness-short-
public short UnderlineThickness { get; set; }
Property Value
Methods
GetName(int)
public String GetName(int arg0)
Parameters
Returns
SetMimMemType1(long)
public void SetMimMemType1(long arg0)