Font.NameFarEast property (PowerPoint)

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.

MsgBox ActiveWindow.Selection.ShapeRange _
    .TextFrame.TextRange.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.