Italic Property
The Italic property returns or sets the italic style. Returns a Boolean.
Syntax
object.Italic
object.Italic = Italic
Parameter | Type | Description |
Italic | Boolean | required, true to use the italic style |
Example 1
This example demonstrates how to return whether or not a font is italicized.
Debug.Print FontFormat.Italic
Example 2
This example demonstrates how to italicize a font.
FontFormat.Italic = True
Used by: AutoMFont object