Size Property

The Size property returns or sets the font height in points or symbol size in page units. Returns a double.

Syntax

object.Size

object. Size = Size

Parameter

Type

Description

Size

Double

required

Example 1

This example demonstrates how to return the number of points a font is in size.

Debug.Print FontFormat.Size

Example 2

This example demonstrates how to set the size of a symbol to one page unit (inches or centimeters).

MarkerFormat.Size = 1

Used by: FontFormat object, MarkerFormat object

See Also

Text Properties

Symbol Properties