Table of Contents

Class PDTrueTypeFont

Namespace
Org.Apache.Pdfbox.Pdmodel.Font
Assembly
MASES.NetPDF.dll
public class PDTrueTypeFont : PDSimpleFont, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICOSObjectable, IPDFontLike
Inheritance
JVMBridgeBase
JVMBridgeBase<PDFont>
PDTrueTypeFont
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
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

PDTrueTypeFont()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public PDTrueTypeFont()

PDTrueTypeFont(COSDictionary)

public PDTrueTypeFont(COSDictionary arg0)

Parameters

arg0 COSDictionary

COSDictionary

Exceptions

IOException

PDTrueTypeFont(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 PDTrueTypeFont(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

TrueTypeFont

public TrueTypeFont TrueTypeFont { get; }

Property Value

TrueTypeFont

Methods

CodeToGID(int)

public int CodeToGID(int arg0)

Parameters

arg0 int

int

Returns

int

int

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

Load(PDDocument, File, Encoding)

public static PDTrueTypeFont Load(PDDocument arg0, File arg1, Encoding arg2)

Parameters

arg0 PDDocument

PDDocument

arg1 File

File

arg2 Encoding

Encoding

Returns

PDTrueTypeFont

PDTrueTypeFont

Exceptions

IOException

Load(PDDocument, InputStream, Encoding)

public static PDTrueTypeFont Load(PDDocument arg0, InputStream arg1, Encoding arg2)

Parameters

arg0 PDDocument

PDDocument

arg1 InputStream

InputStream

arg2 Encoding

Encoding

Returns

PDTrueTypeFont

PDTrueTypeFont

Exceptions

IOException

Load(PDDocument, TrueTypeFont, Encoding)

public static PDTrueTypeFont Load(PDDocument arg0, TrueTypeFont arg1, Encoding arg2)

Parameters

arg0 PDDocument

PDDocument

arg1 TrueTypeFont

TrueTypeFont

arg2 Encoding

Encoding

Returns

PDTrueTypeFont

PDTrueTypeFont

Exceptions

IOException

Load(PDDocument, RandomAccessRead, Encoding)

public static PDTrueTypeFont Load(PDDocument arg0, RandomAccessRead arg1, Encoding arg2)

Parameters

arg0 PDDocument

PDDocument

arg1 RandomAccessRead

RandomAccessRead

arg2 Encoding

Encoding

Returns

PDTrueTypeFont

PDTrueTypeFont

Exceptions

IOException

Operators

implicit operator PDVectorFont(PDTrueTypeFont)

Converter from PDTrueTypeFont to PDVectorFont

public static implicit operator PDVectorFont(PDTrueTypeFont t)

Parameters

t PDTrueTypeFont

Returns

PDVectorFont