Options.ApplyFarEastFontsToAscii Property (Word)
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.
Options.ApplyFarEastFontsToAscii = True