EmbedTrueTypeFonts Property

Applies To

Document object.

Description

True if Word embeds TrueType fonts in a document when it's saved. This allow others to view the document with the same fonts that were used to create it. Read/write Boolean.

See Also

Save method, SaveAs method, SaveSubsetFonts property.

Example

This example sets Word to automatically embed TrueType fonts when saving a document, and then it saves the active document.

ActiveDocument.EmbedTrueTypeFonts = True
ActiveDocument.Save
This example returns the current status of the Embed TrueType fonts option on the Save tab in the Options dialog box.

temp = ActiveDocument.EmbedTrueTypeFonts