Aspose::Font::Cff::CffFont::Convert 方法
CffFont::Convert method
将 Font 转换为另一种格式。
System::SharedPtr<Font> Aspose::Font::Cff::CffFont::Convert(Aspose::Font::FontType fontType) override
| 参数 | 类型 | 描述 |
|---|---|---|
| fontType | Aspose::Font::FontType | Font 要转换的格式类型。 |
ReturnValue
Font converted into new format.
备注
注意:目前仅支持 TTF Font 类型。
另见
- Typedef SharedPtr
- Class Font
- Enum FontType
- Class CffFont
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++