Share via


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

Concepts

Font Object Members

Font Object