This interface is for the collection of all the font names supported by the system, created by using the system font enumeration calls.
IHTMLFontNamesCollection Methods
get__newEnum Returns an OLE enumeration interface. This will enumerate over the names in this collection. get_length Retrieves the number of elements in a collection. item Retrieves an element or a collection from the collection. The index determines which action to take.
Interface Information
Implementation System (Mshtml.dll) Inherits from IDispatch Header and IDL files Mshtml.h, Mshtml.idl Minimum availability Internet Explorer 4.0 Minimum operating systems Windows 95, Windows NT 4.0
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Remarks
The collection is maintained by the IHTMLOptionsHolder object, which returns this interface for collection access.