Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF method

PsDocument::ConvertType3FontToTTF(System::String, System::SharedPtr<System::IO::Stream>) method

Type 3 フォントを TrueType ストリームに変換します。

void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::SharedPtr<System::IO::Stream> outputStream)
パラメーター説明
type3FontFilePathSystem::StringType 3 フォントファイルのパスです。
outputStreamSystem::SharedPtr<System::IO::Stream>結果の TrueType フォントを保存する出力ストリームです。

参照

PsDocument::ConvertType3FontToTTF(System::String, System::String) method

Type 3 フォントを TrueType に変換します。変換された TTF フォントの名前は、入力の Type 3 フォントファイルと同じで、拡張子は ".ttf" になります。TTF ファイルは割り当てられた出力ディレクトリに保存されます。

void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::String outputDir)
パラメーター説明
type3FontFilePathSystem::StringType 3 フォントファイルのパスです。
outputDirSystem::String結果の TrueType フォントを保存する出力ディレクトリです。

参照