package patoline

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
exception Bezier_degree of int
val font_filter : string ref
val filter_options : 'a -> 'a
val driver_options : (string * Arg.spec * string) list
val copy_file : string -> string -> unit
val assemble : Buffer.t -> string -> Buffer.t -> Buffer.t
val htmlColor : Patoraw.Color.color -> string
val output_fontCache : Buffer.t -> HtmlFonts.font_cache -> string -> string -> unit
val standalone : float -> float -> Buffer.t -> string -> Buffer.t -> Buffer.t
val make_defs : ?output_fonts:bool -> ?units:string -> ?class_prefix:string -> 'a -> HtmlFonts.font_cache -> Buffer.t
val draw : ?fontCache:HtmlFonts.font_cache -> ?dynCache: (((string, string Patoraw.RawContent.dynamic * 'a option ref * 'b * 'c) Hashtbl.t * (string, Patoraw.RawContent.button_kind) Hashtbl.t) * ('d, (string Patoraw.RawContent.dynamic * 'a option ref * 'b * 'c) list) Hashtbl.t * 'b * 'c * ((unit -> Patoraw.RawContent.raw list) -> unit -> Patoraw.RawContent.raw list * 'd list)) -> string -> 'e -> float -> Patoraw.RawContent.raw list -> Buffer.t * string Patutil.Extra.StrMap.t
val buffered_output' : ?dynCache: (((string, string Patoraw.RawContent.dynamic * 'a option ref * int * int) Hashtbl.t * (string, Patoraw.RawContent.button_kind) Hashtbl.t) array array * ('b, (string Patoraw.RawContent.dynamic * 'a option ref * int * int) list) Hashtbl.t * ((unit -> Patoraw.RawContent.raw list) -> unit -> Patoraw.RawContent.raw list * 'b list)) -> ?structure:Patoraw.Driver.structure -> Patoraw.Driver.page array array -> string -> (Buffer.t * 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 -> Buffer.t * 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