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)
ParameterType描述
type1FontFilePathSystem::StringType 1 字体文件路径。
outputDirSystem::String用于保存生成的 TrueType 字体的输出目录。

另见