Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.2 KB

Word.Document.EmbedTrueTypeFonts.md

File metadata and controls

56 lines (31 loc) · 1.2 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Document.EmbedTrueTypeFonts property (Word)
vbawd10.chm158007346
vbawd10.chm158007346
Word.Document.EmbedTrueTypeFonts
ac8fb6a1-584a-2ddb-4216-53e30473ff65
06/08/2017
medium

Document.EmbedTrueTypeFonts property (Word)

True if Microsoft Word embeds TrueType fonts in a document when it is saved. Read/write Boolean.

Syntax

expression. EmbedTrueTypeFonts

expression A variable that represents a Document object.

Remarks

Embedding TrueType fonts allows others to view a document with the same fonts that were used to create it.

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 check box in the Save options area on the Save tab in the Options dialog box.

temp = ActiveDocument.EmbedTrueTypeFonts

See also

Document Object

[!includeSupport and feedback]