Altsoft FTMasterConnector Class Library

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

Converts font from one format into other.

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

Parameters

inputStream
Source stream containing input font.
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