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)
| パラメーター | 型 | 説明 |
|---|---|---|
| type3FontFilePath | System::String | Type 3 フォントファイルのパスです。 |
| outputStream | System::SharedPtr<System::IO::Stream> | 結果の TrueType フォントを保存する出力ストリームです。 |
参照
- Class String
- Typedef SharedPtr
- Class Stream
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
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)
| パラメーター | 型 | 説明 |
|---|---|---|
| type3FontFilePath | System::String | Type 3 フォントファイルのパスです。 |
| outputDir | System::String | 結果の TrueType フォントを保存する出力ディレクトリです。 |
参照
- Class String
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++