TBarCode Library 11  TBarCode Library 11
ERRCODE _stdcall BCSetEpsSubstwDeviceFonts ( t_BarCode pBarCode,
BOOL  bSubstitute 
)

Activates the substitution of font names for EPS.

Substitutes Windows font-names with Postscript-compatible fonts in functions BCSaveImage() and BCSaveImageExt() when using EPS Vector format.

See also:
BCGetEpsSubstwDeviceFonts(), BCSaveImage(),BCSaveImageExt()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]bSubstituteSubstitute with Postscript fonts.
  • true: Substitute font-names enabled
  • false: Do not substitute font-names (this is the default)
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.