Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.18 KB

PowerPoint.Font.NameComplexScript.md

File metadata and controls

52 lines (29 loc) · 1.18 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Font.NameComplexScript property (PowerPoint)
vbapp10.chm575020
vbapp10.chm575020
PowerPoint.Font.NameComplexScript
ef1e44d6-ff5d-aaa9-4eaa-643cb2ebc2bf
06/08/2017
medium

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

[!includeSupport and feedback]