Font.NameFarEast property (Word)

Returns or sets an East Asian font name. Read/write String.

Syntax

expression. NameFarEast

expression An expression that returns a Font object.

Remarks

In the U.S. English version of Microsoft Word, the default value of this property is Times New Roman. This is the recommended way to return or set the font for Asian text in a document created in an Asian version of Word.

Example

This example displays the East Asian font name that's applied to the selection.

MsgBox Selection.Font.NameFarEast

See also

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