package patoline

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
exception Bezier_degree of int
val font_filter : string Stdlib.ref
val filter_options : 'a -> 'a
val driver_options : (string * Stdlib.Arg.spec * string) list
val copy_file : string -> string -> unit
val assemble : Stdlib.Buffer.t -> string -> Stdlib.Buffer.t -> Stdlib.Buffer.t
val htmlColor : Patoraw.Color.color -> string
val output_fontCache : Stdlib.Buffer.t -> HtmlFonts.font_cache -> string -> string -> unit
val standalone : float -> float -> Stdlib.Buffer.t -> string -> Stdlib.Buffer.t -> Stdlib.Buffer.t
val make_defs : ?output_fonts:bool -> ?units:string -> ?class_prefix:string -> 'a -> HtmlFonts.font_cache -> Stdlib.Buffer.t
val draw : ?fontCache:HtmlFonts.font_cache -> ?dynCache: (((string, string Patoraw.RawContent.dynamic * 'a option Stdlib.ref * 'b * 'c) Stdlib.Hashtbl.t * (string, Patoraw.RawContent.button_kind) Stdlib.Hashtbl.t) * ('d, (string Patoraw.RawContent.dynamic * 'a option Stdlib.ref * 'b * 'c) list) Stdlib.Hashtbl.t * 'b * 'c * ((unit -> Patoraw.RawContent.raw list) -> unit -> Patoraw.RawContent.raw list * 'd list)) -> string -> 'e -> float -> Patoraw.RawContent.raw list -> Stdlib.Buffer.t * string Patutil.Extra.StrMap.t
val buffered_output' : ?dynCache: (((string, string Patoraw.RawContent.dynamic * 'a option Stdlib.ref * int * int) Stdlib.Hashtbl.t * (string, Patoraw.RawContent.button_kind) Stdlib.Hashtbl.t) array array * ('b, (string Patoraw.RawContent.dynamic * 'a option Stdlib.ref * int * int) list) Stdlib.Hashtbl.t * ((unit -> Patoraw.RawContent.raw list) -> unit -> Patoraw.RawContent.raw list * 'b list)) -> ?structure:Patoraw.Driver.structure -> Patoraw.Driver.page array array -> string -> (Stdlib.Buffer.t * Stdlib.Buffer.t) array array * HtmlFonts.font_cache * string Patutil.Extra.StrMap.t
val default_script : string
val basic_html : ?extraheader:string -> ?extrabody:string -> ?script:string -> ?onload:string -> ?onhashchange:string -> ?keyboard:string -> HtmlFonts.font_cache -> Patoraw.Driver.structure -> Patoraw.Driver.page array array -> 'a -> Stdlib.Buffer.t * Stdlib.Buffer.t
val output' : ?structure:Patoraw.Driver.structure -> Patoraw.Driver.page array array -> string -> unit
val output : ?structure:Patoraw.Driver.structure -> Patoraw.Driver.page array -> string -> unit
val images_of_boxes : ?cache:HtmlFonts.font_cache -> ?css:string -> ?output_font_defs:bool -> string -> Typography.Document.environment -> Typography.Box.box list array -> string array
val images : ?cache:HtmlFonts.font_cache -> ?css:string -> string -> Typography.Document.environment -> Typography.Document.content list array -> string array
OCaml

Innovation. Community. Security.