Contents Index Topic Contents | ||
Previous Topic: IHTMLFontElement::put_face Next Topic: IHTMLFontElement::put_size |
IHTMLFontElement::get_face
HRESULT get_face( BSTR *p );Retrieves the current font's typeface.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the font's typeface.
See also put_face
IHTMLFontElement::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 specifying the font.
See also get_face
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.