Aspose::Font::FontFactory 类

FontFactory class

包含打开不同类型字体的功能以及用于创建各种对象的其他方法。

class FontFactory : public Aspose::Font::Licensing::IVentureLicenseTarget

方法

方法描述
FontFactory()构造函数。
Open(System::SharedPtr<Sources::FontDefinition>)使用 FontDefinition 对象打开字体。
Open(FontType, System::SharedPtr<Sources::StreamSource>)使用字体类型和流源打开字体。
Open(FontType, System::String)使用字体类型和字体文件名打开字体。
Open(FontType, System::ArrayPtr<uint8_t>)使用字体类型和字体数据字节数组打开字体。

另见