Font.Swash property (Publisher)

Returns or sets an MsoTriState constant that represents the state of the Swash property on the characters in a text range. The Swash property enables embellishments to the characters, often in the form of bigger and more flamboyant serifs. Read/write.

Syntax

expression.Swash

expression A variable that represents a Font object.

Return value

MsoTriState

Remarks

The Swash property has an effect only for OpenType fonts that contain swashes.

The Swash property value can be one of the following MsoTriState constants declared in the Microsoft Office type library.

Constant Description
msoFalse None of the characters in the range are formatted as swash.
msoTriStateMixed A return value indicating that the range contains some text formatted as swash and some text not formatted as swash.
msoTriStateToggle A set value that switches between msoTrue and msoFalse.
msoTrue All characters in the range are formatted as swash.

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.