IHTMLFontElement::get_faceIHTMLFontElement::get_face*
*



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.

p
Address of a string variable that receives the font's typeface.

See also put_face

Up Top of Page


IHTMLFontElement::put_face


HRESULT put_face(
    BSTR v
);

Sets the typeface to use for the text of the element.

v
String specifying the font.

See also get_face


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.