Altsoft FTMasterConnector Class Library

FTMasterConnector.Convert Method (String, String, FontFormat, FontFormat)

Converts font from one format into other.

public static bool Convert(
   string sPathToInputFile,
   string sPathToOutputFile,
   FontFormat inputFormat,
   FontFormat targetFormat
);

Parameters

sPathToInputFile
Path to the input font file.
sPathToOutputFile
Path to the resulting font file.
inputFormat
Format of the input font.
targetFormat
Target format.

Return Value

true if the conversion was successful

See Also

FTMasterConnector Class | Altsoft.FTMaster Namespace | FTMasterConnector.Convert Overload List