fgl_report_configurePDFFontEmbedding
Configure the font embedding in PDF output.
Syntax
fgl_report_configurePDFFontEmbedding(
preferUnicodeEncoding BOOLEAN )
- preferUnicodeEncoding - Specified to encode characters in UNICODE whenever
possible. This parameter is optional; pass a value of
NULL if you don't want to set its value. 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.Note:
To specify a BOOLEAN value, enter TRUE or FALSE without quotation marks.
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
.
For an example of Genero code using a reporting function, see Using report output functions. This example may not use the specific function discussed in this topic, however it provides details on where you would place this (and other) report output functions.