TtcFontSource.TtcFontSource
TtcFontSource(StreamSource)
Creates TTC Font source based on IStreamSource stream providing object.
public TtcFontSource(StreamSource source)
Parameter | Type | Description |
---|---|---|
source | StreamSource | Source stream to extract TTC Font collection data from. |
See Also
- class StreamSource
- class TtcFontSource
- namespace Aspose.Font.Ttf
- assembly Aspose.Font
TtcFontSource(string)
Creates TTC Font source based on ttc font collection file path.
public TtcFontSource(string filePath)
Parameter | Type | Description |
---|---|---|
filePath | String | Font collection file. |
See Also
- class TtcFontSource
- namespace Aspose.Font.Ttf
- assembly Aspose.Font