类 FontFactory
FontFactory class
包含用于打开不同类型字体的功能以及用于创建各种对象的其他方法。
public class FontFactory
构造函数
| 名称 | 描述 |
|---|---|
| FontFactory() | 构造函数 |
方法
| 名称 | 描述 |
|---|---|
| Open(FontDefinition) | 使用 FontDefinition 对象打开字体。 |
| Open(FontType, byte[]) | 使用字体类型和字体数据字节数组打开字体。 |
| Open(FontType, StreamSource) | 使用字体类型和流源打开字体。 |
| Open(FontType, string) | 使用字体类型和字体文件名打开字体。 |
另见
- namespace Aspose.Font
- assembly Aspose.Font