Previous Document Next Document

Object Model Reference : Classes : F : FontList : Properties : FontList.Count


FontList.Count

Property Count As Long

Description

Member of FontList

The Count property returns the total number of installed fonts.

The Count property returns a read-only value.

VBA example

The following VBA example displays the number of fonts currently installed.

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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.