<< Click to Display Table of Contents >> EmbedAllFonts |
[Not supported by the Community Edition]
Sets / returns the current setting for font embedding. Embedded fonts are stored inside the PDF document. Some fonts can not be embedded, because they have a copy-protection bit set. In this case, VPE will not embed the font.
property boolean VPE.EmbedAllFonts
read / write; runtime only
Possible values:
Value |
Description |
True |
the True-Type fonts that are used in the document are embedded |
False |
the True-Type fonts that are used in the document are not embedded |
Default:
False
Remarks:
This property controls the default behaviour of VPE. You can override this property individually for each font by using the method SetFontControl().
VPE does only embed True-Type fonts, it will not embed PostScript fonts.
You can also subset embedded fonts. Subsetting means that VPE builds and embeds on-the-fly a new font, which does only contain the characters used in the current document. This creates in regular smaller fonts and therefore smaller PDF files. See SubsetAllFonts for details.