TtcFontSource

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.font.IFontSource

public class TtcFontSource implements IFontSource

Representerar TTC-typsnittskälla.

Konstruktörer

KonstruktorBeskrivning
TtcFontSource(StreamSource source)Skapar TTC Font-källa baserat på IStreamSource-ström som tillhandahåller objekt.
TtcFontSource(String filePath)Skapar TTC Font-källa baserat på sökväg till ttc-typsnittssamlingsfil.

Metoder

MetodBeskrivning
equals(Object arg0)
getClass()
getFontDefinitions()Returnerar Font-definitionsarray för TTC Font-källan.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

TtcFontSource(StreamSource source)

public TtcFontSource(StreamSource source)

Skapar TTC Font-källa baserat på IStreamSource-ström som tillhandahåller objekt.

Parameters:

ParameterTypBeskrivning
sourceStreamSourceKällström för att extrahera TTC Font-samlingsdata från.

TtcFontSource(String filePath)

public TtcFontSource(String filePath)

Skapar TTC Font-källa baserat på sökväg till ttc-typsnittssamlingsfil.

Parameters:

ParameterTypBeskrivning
filePathjava.lang.StringTypsnittssamlingsfil.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypBeskrivning
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getFontDefinitions()

public FontDefinition[] getFontDefinitions()

Returnerar Font-definitionsarray för TTC Font-källan.

Returns: com.aspose.font.FontDefinition[] - Alla typsnittdefinitioner från TTC-typsnittskälla.

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:

ParameterTypBeskrivning
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypBeskrivning
arg0long
arg1int