TtcFontSource
Innehåll
[
Dölj
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.font.IFontSource
public class TtcFontSource implements IFontSource
Representerar TTC-typsnittskälla.
Konstruktörer
| Konstruktor | Beskrivning |
|---|---|
| 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
| Metod | Beskrivning |
|---|---|
| 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:
| Parameter | Typ | Beskrivning |
|---|---|---|
| source | StreamSource | Kä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:
| Parameter | Typ | Beskrivning |
|---|---|---|
| filePath | java.lang.String | Typsnittssamlingsfil. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| arg0 | java.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:
| Parameter | Typ | Beskrivning |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| arg0 | long | |
| arg1 | int |