Aspose::Font::Ttf::TtcFontSource class

TtcFontSource class

表示 TTC Font 源。

class TtcFontSource : public Aspose::Font::IFontSource

方法

方法描述
GetFontDefinitions() override返回 TTC Font 源的 Font 定义数组。
TtcFontSource(System::SharedPtr<Sources::StreamSource>)基于提供 IStreamSource 流对象创建 TTC Font 源。
TtcFontSource(System::String)基于 ttc 字体集合文件路径创建 TTC Font 源。

另见