Aspose::Page::EPS::PsDocument::ConvertType1FontToTTF method
PsDocument::ConvertType1FontToTTF method
Converts Type 1 font to TrueType. The name of the converted TTF font will be the same as input Type 1 font with “.ttf” extension. TTF file will be saved to assigned output directory.
void Aspose::Page::EPS::PsDocument::ConvertType1FontToTTF(System::String type1FontFilePath, System::String outputDir)
Parameter | Type | Description |
---|---|---|
type1FontFilePath | System::String | The Type 1 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++