Liking cljdoc? Tell your friends :D

infinitelives.pixi.pixelfont


alpha-atclj

(alpha-at image [x y])
source

alphasclj

(alphas image xy-seq)
source

ascii-charsclj

source

char-dimensionsclj

(char-dimensions image xi1 xi2 yi1 yi2 chars)

returns a sequence of maps (with keys :x1 :x2 :y1 :y2 :row :pos :char)

returns a sequence of maps (with keys :x1
:x2 :y1 :y2 :row :pos :char)
sourceraw docstring

default-charsclj

source

filename->keywordclj

(filename->keyword fname)
source

get-fontcljs

(get-font font-key)
source

horizontal-stripclj

(horizontal-strip y x1 x2)
source

horizontal-stripsclj

source

image-set-all-transparent?clj

(image-set-all-transparent? image xy-seq)
source

load-pixel-fontcljs

(load-pixel-font pixel-font-name texture-key layout kerning space)
source

make-fontcljs

(make-font resource-key layout kerning space)
source

make-font-descriptioncljs

(make-font-description resource-key layout)
source

make-textcljs

(make-text font-key text & {:keys [tint scale anchor rotation x y visible]})
source

offset-dimensionsclj

(offset-dimensions dimensions key update-fn & args)
source

pixel-fontcljmacro

(pixel-font font-name
            filename
            [x1 y1]
            [x2 y2]
            &
            {:keys [chars processors kerning space]
             :or {chars default-chars processors [] kerning {} space 0}})
source

pixel-fontscljs

source

process-rowclj

(process-row dimensions row key update-fn & args)

for every char in dimensions that lie in row, run function update-fn on it with args.

for every char in dimensions that lie in row,
run function update-fn on it with args.
sourceraw docstring

stripsclj

(strips strip-fn dim image x1 x2 y1 y2)
source

transparent-hlinesclj

(transparent-hlines image x1 x2 y1 y2)
source

transparent-vlinesclj

(transparent-vlines image x1 x2 y1 y2)
source

vertical-stripclj

(vertical-strip x y1 y2)
source

vertical-stripsclj

source

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

× close