package patoline

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Bezier : sig ... end
module Color : sig ... end
module Driver : sig ... end

* Common structures and functions used to implement Patoline drivers. * * A driver in Patoline implements the very last part of the * document processing, after the document content has been typeset and * arranged into an array of pages. The driver is responsible of * serializing the content to some output medium, such as a PDF * document, a SVG image, or even displaying the content on screen.

module DynDriver : sig ... end
module RawContent : sig ... end