Converts font into specified format.
true if the conversion was successful
public static bool ConvertFontIntoTrueType()
{
bool bIsOK = FTMasterConnector.Convert( "Type42", "TrueType.otf", Altsoft.FTMaster.FTMasterConnector.FontFormat.TrueType );
return bIsOK;
}
FTMasterConnector Class | Altsoft.FTMaster Namespace | FTMasterConnector.Convert Overload List