Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF método
Contenido
[
Ocultar
]PsDocument::ConvertType3FontToTTF(System::String, System::SharedPtr<System::IO::Stream>) method
Convierte la fuente Type 3 a flujo TrueType.
void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::SharedPtr<System::IO::Stream> outputStream)
| Parámetro | Tipo | Descripción |
|---|---|---|
| type3FontFilePath | System::String | La ruta del archivo de fuente Type 3. |
| outputStream | System::SharedPtr<System::IO::Stream> | Flujo de salida donde guardar la fuente TrueType resultante. |
Ver también
- Class String
- Typedef SharedPtr
- Class Stream
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::ConvertType3FontToTTF(System::String, System::String) method
Convierte la fuente Type 3 a TrueType. El nombre de la fuente TTF convertida será el mismo que el archivo de fuente Type 3 de entrada con la extensión ".ttf". El archivo TTF se guardará en el directorio de salida asignado.
void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::String outputDir)
| Parámetro | Tipo | Descripción |
|---|---|---|
| type3FontFilePath | System::String | La ruta del archivo de fuente Type 3. |
| outputDir | System::String | Directorio de salida donde guardar la fuente TrueType resultante. |
Ver también
- Class String
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++