No cljdoc config found, articles auto discovered.
Library authors can specify article order and hierarchy.
→ Articles docs
(-on-key-down canvas e)
(-on-key-up canvas e)
(-on-mouse-down canvas e)
(-on-mouse-move canvas e)
(-on-mouse-up canvas e)
(color-text [r g b a])
(create-canvas width height)
(draw-rect)
(font-line-height font)
(font-scale freetype-font font-size)
(font-units->pixels font font-units)
(get-client-pos e)
(get-font font)
(image-size image-path)
(index-for-position font text px py)
(line-bounds font text)
(load-font)
(on-freetype-loaded callback)
(redraw canvas)
(render-selection font text selection-start selection-end color)
(run make-ui options)
(text-bounds font text)
(webgl-canvas canvas-elem make-ui)
cljdoc is a website building & hosting documentation for Clojure/Script libraries