Artifact 84d23f98b49c31ffc42c6b4ca2c76bd717d6cf43:
- File canvas-draw/canvas-draw-pdf.scm — part of check-in [b465d05d14] at 2013-05-11 16:59:59 on branch trunk — Updated iup and added canvas-draw (user: matt, size: 262) [annotate] [blame] [check-ins using]
;; -*- mode: Scheme; tab-width: 2; -*- ;; ;; {{{ Data types (foreign-declare "#include <cd.h>\n" "#include <cdpdf.h>\n") (include "canvas-draw-types.scm") ;; }}} ;; {{{ Context types (define context:pdf (foreign-value "CD_PDF" nonnull-context)) ;; }}}