fgl_report_configurePDFFontEmbedding

Configure the font embedding in PDF output.

Syntax

fgl_report_configurePDFFontEmbedding(
   preferUnicodeEncoding BOOLEAN )
  1. preferUnicodeEncoding - Specified to encode characters in UNICODE whenever possible. This option should be set if non-Latin characters are used in the document. Unsetting the option improves processing speed and yields slightly smaller documents. By default the parameter has a value of TRUE.

Usage

This function configures the font embedding in PDF output.

This function is applicable when PDF output has been selected by a call to the function fgl_report_selectDevice.

The argument to this function is optional, indicated by passing a null value.

See Usage.