enum Cairo::ScriptMode

Overview

A set of script output variants.

Defined in:

cairo/script_mode.cr

Enum Members

Ascii = 0

The output will be in readable text (default).

Binary = 1

The output will use byte codes.

Instance Method Summary

Instance Method Detail

def ascii? #

[View source]
def binary? #

[View source]