(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)
(pixel-font font-name
filename
[x1 y1]
[x2 y2]
&
{:keys [chars processors kerning space]
:or {chars default-chars processors [] kerning {} space 0}})
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close