= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package biotk
-
biotk
-
-
biotk.pipes
-
biotk.pipes.unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Font : sig ... end
module Layout : sig ... end
val cut : ?col:Gg.Color.t -> Layout.t -> Vg.image
cut ?col ?size font text
returns an image displaying text
with color col
and size size
using font font
, as well as a bounding box for the text in the image. The actual bounding box is driver-dependent but the result of this function should provide a reasonable appromixation.