Customizer's Guide > Customizing PDF Publishing > Font Element > EmbedAlways Element
  
EmbedAlways Element
The <EmbedAlways> element specifies the fonts that are embedded in the PDF file. However, <EmbedNever> takes precedence over <EmbedAlways>.
The <EmbedAlways> element has one child element, <FontName>.
The <EmbedAlways> element has the following attributes and values:
Attributes of the EmbedAlways element
Attribute and values
Description
allFonts = yes | no
When set to yes, embeds all fonts except fonts specified in <EmbedNever>. If you want to embed some fonts, list them in the FontName child element.
subsetting = yes | no
When set to yes, embed only the characters needed in a particular PDF file, based on the percentage of the font used. When set to no, embed the whole font.
subsetPercent = NMTOKEN
Controls whether the whole font is embedded (100%) or just the characters needed by the PDF file, specified by a percentage of the font used. If the number of characters used exceeds this number, the entire font is embedded. (See the screen.pdfcf file for an example.)
ifEmbedFails = ignore | warn | abort
Controls what happens in the PDF creation process when embedding fails.