Application.FontNames Property
Word Developer Reference |
Returns a FontNames object that includes the names of all the available fonts. Read-only.
Syntax
expression.FontNames
expression A variable that represents an Application object.
Example
This example displays the font names in the FontNames collection.
Visual Basic for Applications |
---|
|
See Also