Font.NameComplexScript property (PowerPoint)

Returns or sets the complex script font name. Used for mixed language text. Read/write.

Syntax

expression. NameComplexScript

expression A variable that represents a Font object.

Return value

String

Remarks

When you have a right-to-left language setting specified, this property is equivalent to the Complex scripts font list in the Font dialog box (Font tab). When you have an Asian language setting specified, this property is equivalent to the Asian text font list in the Font dialog box (Font tab).

Example

This example sets the complex script font to Times New Roman.

ActivePresentation.Slides(1).Shapes.Title.TextFrame _
    .TextRange.Font.NameComplexScript = "Times New Roman"

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.