Editions
Related Functions
Example
The IN_SaveEmbeddedFonts function defines whether fonts embedded in specific formats should be saved with the document.
Syntax
int IN_SaveEmbeddedFonts( newVal, bWriteToFile )
|
Parameters |
Values |
Meaning |
|
IN_BOOL newVal |
TRUE | FALSE |
save | do not save. See Remarks. |
|
IN_BOOL bWriteToFile |
TRUE | FALSE |
write | do not write. See Remarks. |
Remarks
This setting applies only for saving embedded fonts in PDF, SMF, EDT, or Imagenation OLE Object to SMF, EDT, or Imagenation OLE Object.
If the bWriteToFile parameter is set to 1, this function writes the newVal setting to the Save Embedded Fonts keyname in the [System] section of the Image.ini file. For more information about the Imagenation INI file, refer to the System Administrator Help (sysadmin.hlp) that is installed with Imagenation.
Release information
Added to Imagenation for Windows in Release 7.3.
Not yet available in Imagenation for UNIX.
See also