Description
Returns True if the currently loaded font is italic, otherwise False.
Syntax
object.IsItalic |
object
Required. Object name. Returned by Ted.GetFont.
Example
This script returns True if the font, numbered as 10031 is italic, otherwise False:
Dim objFont = Ted.GetFont
objFont.Code = 10031
msgbox (objFont.IsItalic)
Context
Font object
See also