PDFUseLibFonts property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

bool PDFUseLibFonts;

Delphi Syntax

PDFUseLibFonts: Boolean;

Overview

Refer to Implementing PDF Plug in Features.

Remarks

(Published property, available at design time) Sets the flag that indicates whether to use fonts installed by the PDF module or system fonts when loading PDF, PS or EPS files.

Value

Meaning

TRUE

Use the PDF module installed fonts.

FALSE

Use the system fonts.

The default setting is TRUE.

See Also

Elements:

PDFXResolution property, PDFYResolution property, PDFDisplayDepth property, PDFTextAlpha property, PDFGraphicsAlpha property, PDFInitDir property

Topics:

Raster Images: Loading Files