enum

Cairo::ScriptMode

Inherits Enum / Comparable / Value / Object

A set of script output variants.

Constants

Ascii = 0

The output will be in readable text (default).

Binary = 1

The output will use byte codes.

Instance methods

ascii?

Returns true if this enum value equals Ascii

Source
binary?

Returns true if this enum value equals Binary

Source