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

See also

Options Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.