Previous Document Next Document
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 code example displays the name of the fourth installed font.

Sub ListFontName() 
 MsgBox FontList(4) 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.