class Cairo::ScriptInterpreter
- Cairo::ScriptInterpreter
- Reference
- Object
Overview
Wrapper for LibCairo::PScriptInterpreterT
Defined in:
cairo/script_interpreter.crConstructors
Class Method Summary
Instance Method Summary
- #feed_stream(stream : Int32) : Status
- #feed_string(line : String, len : Int32 = -1) : Status
- #finalize
- #finish : Status
- #install_hooks(hooks : ScriptInterpreterHooksT)
- #line_number : UInt32
- #reference : ScriptInterpreter
- #run(filename : String) : Status
Constructor Detail
Class Method Detail
def self.translate_stream(stream : Int32, write_func : LibCairo::WriteFuncT, closure : Pointer(Void)) : Status
#