Class PostScriptTable
public class PostScriptTable : TTFTable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<TTFTable>PostScriptTable
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<TTFTable>.SExecute<TNewClass, TReturn, TConverter>(IJavaType, string, params object[])JVMBridgeBase<TTFTable>.IsAssignableFrom(IJavaType)JVMBridgeBase<TTFTable>.IsAssignableFrom<T>()JVMBridgeBase<TTFTable>.Execute<T>(params T[])JVMBridgeBase<TTFTable>.DynBridgeClazzJVMBridgeBase<TTFTable>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
Constructors
PostScriptTable()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public PostScriptTable()
PostScriptTable(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 PostScriptTable(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
FormatType
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/PostScriptTable.html#getFormatType-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/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.4/org/apache/fontbox/ttf/PostScriptTable.html#getGlyphNames-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/PostScriptTable.html#setGlyphNames-java.lang.String[]-
public String[] GlyphNames { get; set; }
Property Value
- String[]
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
IsFixedPitch
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/PostScriptTable.html#getIsFixedPitch-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/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.4/org/apache/fontbox/ttf/PostScriptTable.html#getItalicAngle-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/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.4/org/apache/fontbox/ttf/PostScriptTable.html#getMaxMemType1-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/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.4/org/apache/fontbox/ttf/PostScriptTable.html#getMaxMemType42-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/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.4/org/apache/fontbox/ttf/PostScriptTable.html#getMinMemType42-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/PostScriptTable.html#setMinMemType42-long-
public long MinMemType42 { get; set; }
Property Value
TAG
public static String TAG { get; }
Property Value
UnderlinePosition
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/PostScriptTable.html#getUnderlinePosition-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/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.4/org/apache/fontbox/ttf/PostScriptTable.html#getUnderlineThickness-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/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)