enum

Tput::Namespace::FillRule

Inherits Enum / Comparable / Value / Object

Constants

OddEvenFill = 0
WindingFill = 1

Instance methods

odd_even_fill?

Returns true if this enum value equals OddEvenFill

Source
winding_fill?

Returns true if this enum value equals WindingFill

Source