设置或返回宿主应用程序中的等宽字体设置。String 类型,可读写。
在设置FixedWidthFont 属性时,宿主应用程序不对该值的有效性进行检查。
本示例为活动应用程序中的 English/Western European/Other Latin Script 字符集设置等宽字体和等宽字体的大小。
Application.DefaultWebOptions. _
Fonts(msoCharacterSetEnglishWesternEuropeanOtherLatinScript) _
.FixedWidthFont = "System"
Application.DefaultWebOptions. _
Fonts(msoCharacterSetEnglishWesternEuropeanOtherLatinScript) _
.FixedWidthFontSize = 12