IHTMLBaseFontElement interface

Sets a base font value to use as the default font when rendering text.

Members

The IHTMLBaseFontElement interface inherits from the IDispatch interface. IHTMLBaseFontElement also has these types of members:

  • Properties

Properties

The IHTMLBaseFontElement interface has these properties.

Property Description

color

Sets or retrieves the color to be used by the object.

face

Sets or retrieves the current typeface family.

size

Sets or retrieves the font size of the object.

 

Remarks

This element can be used only in the head tag.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch