Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF method
Contents
[
Hide
]PsDocument::ConvertType3FontToTTF(System::String, System::SharedPtr<System::IO::Stream>) method
Converts Type 3 font to TrueType stream.
void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::SharedPtr<System::IO::Stream> outputStream)
Parameter | Type | Description |
---|---|---|
type3FontFilePath | System::String | The Type 3 font file path. |
outputStream | System::SharedPtr<System::IO::Stream> | Output stream where to save resulting TrueType font. |
See Also
- Class String
- Typedef SharedPtr
- Class Stream
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::ConvertType3FontToTTF(System::String, System::String) method
Converts Type 3 font to TrueType. The name of the converted TTF font will be the same as input Type 3 font file with “.ttf” extension. TTF file will be saved to assigned output directory.
void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::String outputDir)
Parameter | Type | Description |
---|---|---|
type3FontFilePath | System::String | The Type 3 font file path. |
outputDir | System::String | Output dir where to save resulting TrueType font. |
See Also
- Class String
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++