Size Property

Applies To

Font object.

Description

Returns or sets the character size, in points. Read/write Single.

See Also

RelativeSize property, SlideSize property.

Example

This example sets the size of the text attached to shape one on slide one to 24 points.

Application.ActivePresentation.Slides(1).Shapes(1).TextFrame _
    .TextRange.Font.Size = 24