package cairo2

  1. Overview
  2. Docs
type t
val set : context -> t -> unit
val get : context -> t
val create : unit -> t
val make : ?antialias:antialias -> ?subpixel_order:subpixel_order -> ?hint_style:hint_style -> ?hint_metrics:hint_metrics -> unit -> t
val copy : t -> t
val merge : t -> t -> unit
val set_antialias : t -> antialias -> unit
val get_antialias : t -> antialias
val set_subpixel_order : t -> subpixel_order -> unit
val get_subpixel_order : t -> subpixel_order
val set_hint_style : t -> hint_style -> unit
val get_hint_style : t -> hint_style
val set_hint_metrics : t -> hint_metrics -> unit
val get_hint_metrics : t -> hint_metrics