TtfFont.Convert
Convert(FontType)
将字体转换为其他格式。
public override Font Convert(FontType fontType)
| 参数 | 类型 | 描述 |
|---|---|---|
| fontType | FontType | 要转换成的字体格式类型。 |
返回值
已将字体转换为新格式。
备注
注意:目前仅支持 TTF 字体类型。
另见
- class Font
- enum FontType
- class TtfFont
- namespace Aspose.Font.Ttf
- assembly Aspose.Font
Convert(FontType, ICollection<uint>)
在限制字符集的情况下将字体转换为其他格式
public Font Convert(FontType fontType, ICollection<uint> limitingCharacterSet)
| 参数 | 类型 | 描述 |
|---|---|---|
| fontType | FontType | 要转换成的字体格式类型。 |
| limitingCharacterSet | ICollection`1 | 限制字符集。 |
返回值
已将字体转换为新格式。
备注
注意:目前仅支持 TTF 字体类型。
另见
- class Font
- enum FontType
- class TtfFont
- namespace Aspose.Font.Ttf
- assembly Aspose.Font