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)
ParameterTypeDescription
type1FontFilePathStringThe Type 1 font file path.
outputDirStringOutput dir where to save resulting TrueType font.

See Also