Expert.Drawmodule Style : sig ... endStyling information
type rect = {r : Base.int; | (* rows *) |
c : Base.int; | (* cols *) |
w : Base.int; | (* width *) |
h : Base.int; | (* height *) |
}A rectangle (no really)
val sexp_of_rect : rect -> Sexplib0.Sexp.tval sexp_of_piece : piece -> Sexplib0.Sexp.tval unicode_of_piece : piece -> Base.intunicode value of piece
module type Primitives = sig ... endThe basic functions needed to build the full API
module type S = sig ... endMain graphics drawing API.
Construct the API from a Primitives implementation
module In_memory : sig ... endIn memory based API with no external requirements