title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Presentation.Fonts property (PowerPoint) |
vbapp10.chm583016 |
|
|
3caece78-6ca9-bca8-5683-4722e1f563cf |
06/08/2017 |
medium |
Returns a Fonts collection that represents all fonts used in the specified presentation. Read-only.
expression.Fonts
expression A variable that represents a Presentation object.
This example replaces the Times New Roman font with the Courier font in the active presentation.
Application.ActivePresentation.Fonts _
.Replace "Times New Roman", "Courier"
[!includeSupport and feedback]