Table of Contents

Class TTFSubsetter

Namespace
Org.Apache.Fontbox.Ttf
Assembly
MASES.NetPDF.dll
public class TTFSubsetter : JVMBridgeBase<TTFSubsetter>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
TTFSubsetter
Implements

Constructors

TTFSubsetter(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TTFSubsetter(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

TTFSubsetter(TrueTypeFont)

public TTFSubsetter(TrueTypeFont arg0)

Parameters

arg0 TrueTypeFont

TrueTypeFont

Exceptions

IOException

TTFSubsetter(TrueTypeFont, List<String>)

public TTFSubsetter(TrueTypeFont arg0, List<String> arg1)

Parameters

arg0 TrueTypeFont

TrueTypeFont

arg1 List<String>

List

Exceptions

IOException

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

GIDMap

public Map<Integer, Integer> GIDMap { get; }

Property Value

Map<Integer, Integer>

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Add(int)

public void Add(int arg0)

Parameters

arg0 int

int

AddAll(Set<Integer>)

public void AddAll(Set<Integer> arg0)

Parameters

arg0 Set<Integer>

Set

AddGlyphIds(Set<Integer>)

public void AddGlyphIds(Set<Integer> arg0)

Parameters

arg0 Set<Integer>

Set

CreatePoolableInstance(TrueTypeFont)

HPA initializer for TTFSubsetter(Org.Apache.Fontbox.Ttf.TrueTypeFont arg0)

public static TTFSubsetter CreatePoolableInstance(TrueTypeFont arg0)

Parameters

arg0 TrueTypeFont

Returns

TTFSubsetter

CreatePoolableInstance(TrueTypeFont, List<String>)

HPA initializer for TTFSubsetter(Org.Apache.Fontbox.Ttf.TrueTypeFont arg0, Java.Util.List%3CJava.Lang.String%3E arg1)

public static TTFSubsetter CreatePoolableInstance(TrueTypeFont arg0, List<String> arg1)

Parameters

arg0 TrueTypeFont
arg1 List<String>

Returns

TTFSubsetter

ForceInvisible(int)

public void ForceInvisible(int arg0)

Parameters

arg0 int

int

SetPrefix(String)

public void SetPrefix(String arg0)

Parameters

arg0 String

String

WriteToStream(OutputStream)

public void WriteToStream(OutputStream arg0)

Parameters

arg0 OutputStream

OutputStream

Exceptions

IOException