CffFontsSettings

Inheritance: java.lang.Object

public class CffFontsSettings

Provides settings common to CFF fonts.

Constructors

ConstructorDescription
CffFontsSettings()Constructor

Methods

MethodDescription
equals(Object arg0)
getClass()
getUpdateStringsStrategy()Gets the strategy for updating strings in the CFF String INDEX structure.
hashCode()
notify()
notifyAll()
setUpdateStringStrategy(CffUpdateStringIndexStrategy updateStringsStrategy)Specifies the strategy for updating strings in the CFF String INDEX structure.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

CffFontsSettings()

public CffFontsSettings()

Constructor

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getUpdateStringsStrategy()

public CffUpdateStringIndexStrategy getUpdateStringsStrategy()

Gets the strategy for updating strings in the CFF String INDEX structure. The AddStringAsIs option is used by default.

Returns: CffUpdateStringIndexStrategy

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setUpdateStringStrategy(CffUpdateStringIndexStrategy updateStringsStrategy)

public void setUpdateStringStrategy(CffUpdateStringIndexStrategy updateStringsStrategy)

Specifies the strategy for updating strings in the CFF String INDEX structure.

Parameters:

ParameterTypeDescription
updateStringsStrategyCffUpdateStringIndexStrategy

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int