Previous Document Next Document
FontList.Count

Property Count As Long

Member of FontList

The Count property returns the total number of fonts that are installed on the system.

The Count property returns a read-only value.

The following code example displays the number of fonts currently installed on the computer:

Sub Test() 
 MsgBox "Total number of fonts currently installed: " & 
FontList.Count 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.