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