package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type context = [ `pangocontext ] Gobject.obj
type font = [ `pangofont ] Gobject.obj
type font_map = [ `pangofontmap ] Gobject.obj
type font_description
type font_metrics
type language
type layout = [ `pangolayout ] Gobject.obj
type units = int
type rectangle = {
  1. x : int;
  2. y : int;
  3. width : int;
  4. height : int;
}
val _pango_init : unit -> unit
module Tags : sig ... end
module Font : sig ... end
module FontMap : sig ... end
module Language : sig ... end
module Context : sig ... end
val scale : int
module Layout : sig ... end