IHTMLBaseFontElement::get_faceIHTMLBaseFontElement::get_face*
*



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.

p
Address of a string variable that receives the name of the typeface.

See also put_face

Up Top of Page


IHTMLBaseFontElement::put_face


HRESULT put_face(
    BSTR v
);

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

v
String value that specifies the font.

See also get_face


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