Class PDType1Font
public class PDType1Font : PDSimpleFont, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICOSObjectable, IPDFontLike
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<PDFont>PDType1Font
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Derived
- Inherited Members
-
JVMBridgeBase<PDFont>.IsAssignableFrom(IJavaType)JVMBridgeBase<PDFont>.IsAssignableFrom<T>()JVMBridgeBase<PDFont>.Execute<T>(params T[])JVMBridgeBase<PDFont>.DynBridgeClazzJVMBridgeBase<PDFont>.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
PDType1Font()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public PDType1Font()
PDType1Font(COSDictionary)
public PDType1Font(COSDictionary arg0)
Parameters
Exceptions
PDType1Font(FontName)
public PDType1Font(Standard14Fonts.FontName arg0)
Parameters
PDType1Font(PDDocument, InputStream)
public PDType1Font(PDDocument arg0, InputStream arg1)
Parameters
arg0
PDDocumentarg1
InputStream
Exceptions
PDType1Font(PDDocument, InputStream, Encoding)
public PDType1Font(PDDocument arg0, InputStream arg1, Encoding arg2)
Parameters
arg0
PDDocumentarg1
InputStreamarg2
Encoding
Exceptions
PDType1Font(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 PDType1Font(params object[] args)
Parameters
args
object[]
Properties
BaseFont
public String BaseFont { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
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
Type1Font
public Type1Font Type1Font { get; }
Property Value
Methods
CodeToName(int)
public String CodeToName(int arg0)
Parameters
Returns
Exceptions
GetNormalizedPath(int)
public GeneralPath GetNormalizedPath(int arg0)
Parameters
Returns
Exceptions
GetPath(int)
public GeneralPath GetPath(int arg0)
Parameters
Returns
Exceptions
HasGlyph(int)
public bool HasGlyph(int arg0)
Parameters
Returns
Exceptions
Operators
implicit operator PDVectorFont(PDType1Font)
Converter from PDType1Font to PDVectorFont
public static implicit operator PDVectorFont(PDType1Font t)