Skip to main content

TdxPSPDFReportExportOptions.EmbedFonts Property

Specifies if export routines embed all required fonts into exported PDF documents.

Declaration

property EmbedFonts: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

A PDF viewer application relies on fonts available in an operating system to display text in a PDF document without embedded fonts. If a required font is not available, the viewer application substitutes it with a similar available font, which changes the document’s original appearance. Embedded fonts ensure that a PDF document looks identical on any system at the cost of a larger document file.

An impact on size of PDF files can be significant if the source document uses many different fonts. If the UseCIDFonts property is set to True, export routines embed only the font glyphs required to display text in a document to reduce the size of exported documents. If this is not sufficient, set the EmbedFonts property to False to export PDF documents without embedded fonts.

The EmbedFonts property’s default value is True.

See Also