TtcFontSource

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.font.IFontSource

public class TtcFontSource implements IFontSource

Represents TTC Font source.

Constructors

ConstructorDescription
TtcFontSource(StreamSource source)Creates TTC Font source based on IStreamSource stream providing object.
TtcFontSource(String filePath)Creates TTC Font source based on ttc font collection file path.

Methods

MethodDescription
equals(Object arg0)
getClass()
getFontDefinitions()Returns Font definition array of the TTC Font source.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

TtcFontSource(StreamSource source)

public TtcFontSource(StreamSource source)

Creates TTC Font source based on IStreamSource stream providing object.

Parameters:

ParameterTypeDescription
sourceStreamSourceSource stream to extract TTC Font collection data from.

TtcFontSource(String filePath)

public TtcFontSource(String filePath)

Creates TTC Font source based on ttc font collection file path.

Parameters:

ParameterTypeDescription
filePathjava.lang.StringFont collection file.

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

getFontDefinitions()

public FontDefinition[] getFontDefinitions()

Returns Font definition array of the TTC Font source.

Returns: com.aspose.font.FontDefinition[] - All font definitions from TTC Font source.

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

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