Table of Contents

Class PDType0Font

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

PDType0Font()

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

public PDType0Font()

PDType0Font(COSDictionary)

public PDType0Font(COSDictionary arg0)

Parameters

arg0 COSDictionary

COSDictionary

Exceptions

IOException

PDType0Font(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 PDType0Font(params object[] args)

Parameters

args object[]

Properties

BaseFont

public String BaseFont { get; }

Property Value

String

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CMap

public CMap CMap { get; }

Property Value

CMap

CMapUCS2

public CMap CMapUCS2 { get; }

Property Value

CMap

CmapLookup

public CmapLookup CmapLookup { get; }

Property Value

CmapLookup

DescendantFont

public PDCIDFont DescendantFont { get; }

Property Value

PDCIDFont

GsubData

public GsubData GsubData { get; }

Property Value

GsubData

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

Methods

AddGlyphsToSubset(Set<Integer>)

public void AddGlyphsToSubset(Set<Integer> arg0)

Parameters

arg0 Set<Integer>

Set

CodeToCID(int)

public int CodeToCID(int arg0)

Parameters

arg0 int

int

Returns

int

int

CodeToGID(int)

public int CodeToGID(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

IOException

EncodeGlyphId(int)

public byte[] EncodeGlyphId(int arg0)

Parameters

arg0 int

int

Returns

byte[]

byte

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)

public static PDType0Font Load(PDDocument arg0, File arg1)

Parameters

arg0 PDDocument

PDDocument

arg1 File

File

Returns

PDType0Font

PDType0Font

Exceptions

IOException

Load(PDDocument, InputStream)

public static PDType0Font Load(PDDocument arg0, InputStream arg1)

Parameters

arg0 PDDocument

PDDocument

arg1 InputStream

InputStream

Returns

PDType0Font

PDType0Font

Exceptions

IOException

Load(PDDocument, InputStream, bool)

public static PDType0Font Load(PDDocument arg0, InputStream arg1, bool arg2)

Parameters

arg0 PDDocument

PDDocument

arg1 InputStream

InputStream

arg2 bool

bool

Returns

PDType0Font

PDType0Font

Exceptions

IOException

Load(PDDocument, TrueTypeFont, bool)

public static PDType0Font Load(PDDocument arg0, TrueTypeFont arg1, bool arg2)

Parameters

arg0 PDDocument

PDDocument

arg1 TrueTypeFont

TrueTypeFont

arg2 bool

bool

Returns

PDType0Font

PDType0Font

Exceptions

IOException

Load(PDDocument, RandomAccessRead, bool, bool)

public static PDType0Font Load(PDDocument arg0, RandomAccessRead arg1, bool arg2, bool arg3)

Parameters

arg0 PDDocument

PDDocument

arg1 RandomAccessRead

RandomAccessRead

arg2 bool

bool

arg3 bool

bool

Returns

PDType0Font

PDType0Font

Exceptions

IOException

LoadVertical(PDDocument, File)

public static PDType0Font LoadVertical(PDDocument arg0, File arg1)

Parameters

arg0 PDDocument

PDDocument

arg1 File

File

Returns

PDType0Font

PDType0Font

Exceptions

IOException

LoadVertical(PDDocument, InputStream)

public static PDType0Font LoadVertical(PDDocument arg0, InputStream arg1)

Parameters

arg0 PDDocument

PDDocument

arg1 InputStream

InputStream

Returns

PDType0Font

PDType0Font

Exceptions

IOException

LoadVertical(PDDocument, InputStream, bool)

public static PDType0Font LoadVertical(PDDocument arg0, InputStream arg1, bool arg2)

Parameters

arg0 PDDocument

PDDocument

arg1 InputStream

InputStream

arg2 bool

bool

Returns

PDType0Font

PDType0Font

Exceptions

IOException

LoadVertical(PDDocument, TrueTypeFont, bool)

public static PDType0Font LoadVertical(PDDocument arg0, TrueTypeFont arg1, bool arg2)

Parameters

arg0 PDDocument

PDDocument

arg1 TrueTypeFont

TrueTypeFont

arg2 bool

bool

Returns

PDType0Font

PDType0Font

Exceptions

IOException

Operators

implicit operator PDVectorFont(PDType0Font)

Converter from PDType0Font to PDVectorFont

public static implicit operator PDVectorFont(PDType0Font t)

Parameters

t PDType0Font

Returns

PDVectorFont