Object.FontScale Property

ClosedDescription

Sets or returns the object's text font scale.

ClosedSyntax

Objects(<object name or index>).FontScale = Value

Where Value is the scale percentage of the object's text.

ClosedRemarks

The Object.FontScale property sets or returns the object's font scale as a percentage. 100% is the default normal scale. Less than 100% will scale the font shorter. More than 100% will scale the font wider.

Related Topics