Font.NameFarEast Property

Word Developer Reference

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.

Visual Basic for Applications
  MsgBox Selection.Font.NameFarEast

See Also