Previous Document Next Document

Object Model Reference : Classes : A : Application : Properties : Application.FontList


Application.FontList

Property FontList As FontList

Description

Member of Application

The FontList property returns the list of all fonts installed on the system.

The FontList property returns a read-only value.

VBA example

The following VBA example displays the name of the fourth installed font.

Sub ListFontName()
 MsgBox FontList(4)
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.