PsDocument.ConvertType1FontToTTF
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.
public void ConvertType1FontToTTF(string type1FontFilePath, string outputDir)
Parameter | Type | Description |
---|---|---|
type1FontFilePath | String | The Type 1 font file path. |
outputDir | String | Output dir where to save resulting TrueType font. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page