Aspose::Font::Ttf::TtcFontSource class

TtcFontSource class

Represents TTC Font source.

class TtcFontSource : public Aspose::Font::IFontSource

Methods

MethodDescription
GetFontDefinitions() overrideReturns Font definition array of the TTC Font source.
TtcFontSource(System::SharedPtr<Aspose::Font::Sources::StreamSource>)Creates TTC Font source based on IStreamSource stream providing object.
TtcFontSource(System::String)Creates TTC Font source based on ttc font collection file path.

See Also