Contents Index Topic Contents | ||
Previous Topic: IHTMLBaseFontElement::get_color Next Topic: IHTMLBaseFontElement::get_size |
IHTMLBaseFontElement::get_face
HRESULT get_face( BSTR *p );Retrieves the name of the typeface for the base font.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the name of the typeface.
See also put_face
IHTMLBaseFontElement::put_face
HRESULT put_face( BSTR v );Sets the typeface to use for the text of the element.
- Returns S_OK if successful, or an error value otherwise.
- v
- String value that specifies the font.
See also get_face
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.