Table of Contents

Class PDType1Font

Namespace
Org.Apache.Pdfbox.Pdmodel.Font
Assembly
MASES.NetPDF.dll
public class PDType1Font : PDSimpleFont, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICOSObjectable, IPDFontLike
Inheritance
JVMBridgeBase
JVMBridgeBase<PDFont>
PDType1Font
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<PDFont>.IsAssignableFrom(IJavaType)
JVMBridgeBase<PDFont>.IsAssignableFrom<T>()
JVMBridgeBase<PDFont>.Execute<T>(params T[])
JVMBridgeBase<PDFont>.DynBridgeClazz
JVMBridgeBase<PDFont>.BridgeClazz
JVMBridgeBase.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.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.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

arg0 COSDictionary

COSDictionary

Exceptions

IOException

PDType1Font(FontName)

public PDType1Font(Standard14Fonts.FontName arg0)

Parameters

arg0 Standard14Fonts.FontName

Standard14Fonts.FontName

PDType1Font(PDDocument, InputStream)

public PDType1Font(PDDocument arg0, InputStream arg1)

Parameters

arg0 PDDocument

PDDocument

arg1 InputStream

InputStream

Exceptions

IOException

PDType1Font(PDDocument, InputStream, Encoding)

public PDType1Font(PDDocument arg0, InputStream arg1, Encoding arg2)

Parameters

arg0 PDDocument

PDDocument

arg1 InputStream

InputStream

arg2 Encoding

Encoding

Exceptions

IOException

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

String

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Type1Font

public Type1Font Type1Font { get; }

Property Value

Type1Font

Methods

CodeToName(int)

public String CodeToName(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

IOException

GetNormalizedPath(int)

public GeneralPath GetNormalizedPath(int arg0)

Parameters

arg0 int

int

Returns

GeneralPath

GeneralPath

Exceptions

IOException

GetPath(int)

public GeneralPath GetPath(int arg0)

Parameters

arg0 int

int

Returns

GeneralPath

GeneralPath

Exceptions

IOException

HasGlyph(int)

public bool HasGlyph(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

IOException

Operators

implicit operator PDVectorFont(PDType1Font)

Converter from PDType1Font to PDVectorFont

public static implicit operator PDVectorFont(PDType1Font t)

Parameters

t PDType1Font

Returns

PDVectorFont