Options.ApplyFarEastFontsToAscii Property

Word Developer Reference

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

Syntax

expression.ApplyFarEastFontsToAscii

expression   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.

Example

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

Visual Basic for Applications
  Options.ApplyFarEastFontsToAscii = True

See Also