/* Save the embedded fonts and write the setting to the INI file */
if ( ( nError = IN_SaveEmbeddedFonts( TRUE, TRUE ) ) != IN_SUCCESS )
{
ErrorHandler( nError, "Error message:" );
}