enum

UIng::TextItalic

Inherits Enum < Comparable < Value < Object

Constants

Normal = 0
Oblique = 1
Italic = 2

Instance methods

italic?

Returns true if this enum value equals Italic

Source
normal?

Returns true if this enum value equals Normal

Source
oblique?

Returns true if this enum value equals Oblique

Source