Aspose::Page::EPS::PsDocument::ConvertType1FontToTTF metodo
PsDocument::ConvertType1FontToTTF method
Converte il font Type 1 in TrueType. Il nome del font TTF convertito sarà lo stesso del font Type 1 di input con estensione “.ttf”. Il file TTF sarà salvato nella directory di output assegnata.
void Aspose::Page::EPS::PsDocument::ConvertType1FontToTTF(System::String type1FontFilePath, System::String outputDir)
| Parametro | Tipo | Descrizione |
|---|---|---|
| type1FontFilePath | System::String | Il percorso del file del font Type 1. |
| outputDir | System::String | Directory di output dove salvare il font TrueType risultante. |
Vedi anche
- Class String
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++