
This interface is for the collection of all the font names supported by the system, created by using the system font enumeration calls. The collection is maintained by the IHTMLOptionsHolder object, which returns this interface for collection access.
IHTMLFontNamesCollection Methods
| get_length | get__newEnum | item |
HRESULT get_length(
long *p
);
Retrieves the number of elements in a collection.
HRESULT get__newEnum(
IUnknown **p
);
Returns an OLE enumeration interface. This will enumerate over the names in this collection.
HRESULT item(
long index,
BSTR *pBstr
);
Retrieves an element or a collection from the collection. The index determines which action to take.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.