Font.NameFarEast Property

PowerPoint Developer Reference

Returns or sets the Asian font name. Read/write.

Syntax

expression.NameFarEast

expression   A variable that represents a Font object.

Return Value
String

Remarks

Use the Replace method to change the font that’s applied to all text and that appears in the Font box on the Font tab.

Example

This example displays the name of the Asian font applied to the selection.

Visual Basic for Applications
  MsgBox ActiveWindow.Selection.ShapeRange _
    .TextFrame.TextRange.Font.NameFarEast

See Also