Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPSPDFReportExportOptions.EmbedFonts Property

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

#Declaration

Delphi
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