ApplyFarEastFontsToAscii Property

Microsoft Word Visual Basic

ApplyFarEastFontsToAscii Property

       

True if Microsoft Word applies East Asian fonts to Latin text. Read/write Boolean.

expression.ApplyFarEastFontsToAscii

expression   Required. An expression that returns an Options object.

Remarks

This property applies only when you have selected an East Asian language for editing. If this property is False and you apply an East Asian font to a specified range, Word will not apply the font to any Latin text in the range.

For more information on using Word with Asian languages, see Word features for Asian languages.

Example

This example sets Microsoft Word to apply East Asian fonts to Latin text.

Options.ApplyFarEastFontsToAscii = True