Liking cljdoc? Tell your friends :D

pdfa-generator.core


*cache*clj

source

default-fontclj

source

fontclj

(font {style :style
       styles :styles
       size :size
       [r g b] :color
       family :family
       ttf-name :ttf-name})

Returns embeded font, if no ttf-name supplied default font is used.

Returns embeded font, if no ttf-name supplied default font is used.
sourceraw docstring

fonts-registered?clj

source

get-styleclj

(get-style style)
source

pdfclj

(pdf in out)

usage: in can be either a vector containing the document or an input stream. If in is an input stream then the forms will be read sequentially from it. out can be either a string, in which case it's treated as a file name, or an output stream. NOTE: using the :pages option will cause the complete document to reside in memory as it will need to be post processed.

usage:
in can be either a vector containing the document or an input stream. If in is an input stream then the forms will be read sequentially from it.
out can be either a string, in which case it's treated as a file name, or an output stream.
NOTE: using the :pages option will cause the complete document to reside in memory as it will need to be post processed.
sourceraw docstring

register-fontsclj

(register-fonts doc-meta)
source

templatecljmacro

(template t)
source

valid-font-resource?clj

(valid-font-resource? font-resource)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close