TtcFontSource
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.font.IFontSource
public class TtcFontSource implements IFontSource
Represents TTC Font source.
Constructors
Constructor | Description |
---|---|
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
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
source | StreamSource | Source 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:
Parameter | Type | Description |
---|---|---|
filePath | java.lang.String | Font collection file. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |