Object Model Reference : Classes : A : Application : Properties : Application.FontList |
Property FontList As FontList
Member of Application
The FontList property returns the list of all fonts installed on the system.
The FontList property returns a read-only value.
The following VBA example displays the name of the fourth installed font.
Sub ListFontName() |
MsgBox FontList(4) |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.