Aspose::Page::EPS::PsDocument::ConvertType1FontToTTF 方法
PsDocument::ConvertType1FontToTTF method
将 Type 1 字体转换为 TrueType。转换后的 TTF 字体名称将与输入的 Type 1 字体相同,仅添加 ".ttf" 扩展名。TTF 文件将保存到指定的输出目录。
void Aspose::Page::EPS::PsDocument::ConvertType1FontToTTF(System::String type1FontFilePath, System::String outputDir)
| Parameter | Type | 描述 |
|---|---|---|
| type1FontFilePath | System::String | Type 1 字体文件路径。 |
| outputDir | System::String | 用于保存生成的 TrueType 字体的输出目录。 |
另见
- Class String
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++