Altsoft FTMasterConnector Class Library

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

Converts font from one format into other.

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

Parameters

sPathToInputFile
Path to the input font file.
outputStream
Resulting stream containing converted font( file access: read and write ).
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