PrintOptions.PrintFontsAsGraphics property (PowerPoint)

Determines whether TrueType fonts are printed as graphics. Read/write.

Syntax

expression. PrintFontsAsGraphics

expression A variable that represents a PrintOptions object.

Return value

MsoTriState

Remarks

The value of the PrintFontsAsGraphics property can be one of these MsoTriState constants.

Constant Description
msoFalse TrueType fonts are not printed as graphics.
msoTrue TrueType fonts are printed as graphics.

Example

This example specifies that TrueType fonts in the active presentation be printed as graphics.

ActivePresentation.PrintOptions.PrintFontsAsGraphics = msoTrue

See also

PrintOptions Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.