Altsoft FTMasterConnector Class Library

FTMasterConnector.Convert Method (String, Stream, FontFormat)

Converts font into specified format.

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

Parameters

sPathToInputFile
Path to the input font file.
outputStream
Resulting stream containing converted font ( file access: read and write ).
targetFormat
Target format.

Return Value

true if the conversion was successful

See Also

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