Contents Index Topic Contents | ||
Previous Topic: IHTMLOptionsHolder::get_findText Next Topic: IHTMLOptionsHolder::openfiledlg |
IHTMLOptionsHolder::sizes
HRESULT sizes( BSTR fontName, IHTMLFontSizesCollection **pSizesCollection );Receives the IHTMLFontSizesCollection pointer to a collection of the sizes available for the font that is passed in as a parameter.
- Returns S_OK if successful, or an error value otherwise.
- fontName
- String value specifying the name of the font from which to obtain the font size information.
- pSizesCollection
- Address of a variable that receives the interface pointer for the IHTMLFontSizesCollection element.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.