|
Property |
Method |
Event |
|
|
SetDefaultFontSets the default font name and size. SyntaxHRESULT SetDefaultFont( ParametersvarFontName [in] Name of the proportional font. varFontSize [in] Size of the proportional font. fixedFontName [in] Name of the fixed-width font. fixedFontSize [in] Size of the fixed-width font. Return Values0 (always) Sample CodesJScript var objNamo = document.Namo;
VBScript document.Namo.SetDefaultFont "Arial","20","Courier","20"
|