package cairo2

  1. Overview
  2. Docs
type t = {
  1. index : int;
  2. x : float;
  3. y : float;
}
type cluster = {
  1. num_bytes : int;
  2. num_glyphs : int;
}
type cluster_flags =
  1. | BACKWARD
val extents : context -> t array -> text_extents
val show : context -> t array -> unit
val show_text : context -> string -> t array -> cluster array -> cluster_flags -> unit