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>) | 使用字体类型和字体数据字节数组打开字体。 |
另见
- Class IVentureLicenseTarget
- Namespace Aspose::Font
- Library Aspose.Font for C++