Object Model Reference : Classes : F : FontList : Properties : FontList.Count |
Property Count As Long
Member of FontList
The Count property returns the total number of installed fonts.
The Count property returns a read-only value.
The following VBA example displays the number of fonts currently installed.
Sub Test() |
MsgBox "Total number of fonts currently installed: " & FontList.Count |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.