TtcFontSource.TtcFontSource

TtcFontSource(StreamSource)

Creates TTC Font source based on IStreamSource stream providing object.

public TtcFontSource(StreamSource source)
ParameterTypeDescription
sourceStreamSourceSource stream to extract TTC Font collection data from.

See Also


TtcFontSource(string)

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

public TtcFontSource(string filePath)
ParameterTypeDescription
filePathStringFont collection file.

See Also