enum

Cairo::TextClusterFlags

Inherits Enum / Comparable / Value / Object

Specifies properties of a text cluster mapping.

Constants

Backward = 1

The clusters in the cluster array map to glyphs in the glyph array from end to start.

Instance methods

backward?

Returns true if this enum value equals Backward

Source