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)
パラメーター説明
type1FontFilePathSystem::StringType 1 フォントファイルのパス。
outputDirSystem::String結果の TrueType フォントを保存する出力ディレクトリです。

参照