Fonts Method
Object List Next Object
Defined By: Screen
Description:
Finds the font name corresponding to a font’s number.
Declaration:
Function Fonts(ByVal index As Integer)As String
Details:
Index is the index of the font whose name you want. Fonts returns a string
containing the name of the font at the specified index.