Partager via


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

Concepts

Font Object

Font Object Members