PrintFontsAsGraphics Property

Microsoft PowerPoint Visual Basic

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

MsoTriState can be one of these MsoTriState constants.
msoCTrue
msoFalse
msoTriStateMixed
msoTriStateToggle
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