Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF metodo
Contenuti
[
Nascondere
]PsDocument::ConvertType3FontToTTF(System::String, System::SharedPtr<System::IO::Stream>) method
Converte il font Type 3 in flusso TrueType.
void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::SharedPtr<System::IO::Stream> outputStream)
| Parametro | Tipo | Descrizione |
|---|---|---|
| type3FontFilePath | System::String | Il percorso del file del font Type 3. |
| outputStream | System::SharedPtr<System::IO::Stream> | Flusso di output dove salvare il font TrueType risultante. |
Vedi anche
- Class String
- Typedef SharedPtr
- Class Stream
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::ConvertType3FontToTTF(System::String, System::String) method
Converte il font Type 3 in TrueType. Il nome del font TTF convertito sarà lo stesso del file font Type 3 di input con estensione “.ttf”. Il file TTF sarà salvato nella directory di output assegnata.
void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::String outputDir)
| Parametro | Tipo | Descrizione |
|---|---|---|
| type3FontFilePath | System::String | Il percorso del file del font Type 3. |
| 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++