TdxPSPDFReportExportOptions.UseCIDFonts Property
Specifies if export routines embed fonts as subset fonts into a PDF document.
Declaration
property UseCIDFonts: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Subset fonts (or CID-keyed fonts) include only the font glyphs required to display a document’s content. This option reduces file size of an exported PDF document with embedded fonts.
Set the UseCIDFonts property to False to embed all glyphs of each required font. This is useful if you need to ensure that an exported document is editable and a PDF viewer application can display new characters in the modified document.
Note
PDF export routines ignore the UseCIDFonts property value if the EmbedFonts property is set to False.
The UseCIDFonts property’s default value is True.
See Also