Syntax

expression.FixedWidthFontSize

expression A variable that represents a WebPageFont object.

Remarks

When you set the FixedWidthFontSize property, the host application does not check the value for validity. If you enter an invalid value, such as a nonnumber, the host application sets the size to 0 points. You can enter half-point sizes; if you enter other fractional point sizes, they are rounded up or down to the nearest half-point.

Example
This example sets the fixed-width font and fixed-width font size for the English/Western European/Other Latin Script character set in the active application.

Visual Basic for Applications
Application.DefaultWebOptions. _ Fonts(msoCharacterSetEnglishWesternEuropeanOtherLatinScript) _ .FixedWidthFont = "System" Application.DefaultWebOptions. _ Fonts(msoCharacterSetEnglishWesternEuropeanOtherLatinScript) _ .FixedWidthFontSize = 12
fixed fixed width font size Fixed Width Font Size Property fixedwidthfont fixedwidthfontsize fixedwidthfontsize property ofv

See also: