Module Pango
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
=
{
x : int;
y : int;
width : int;
height : int;
}
module Tags : sig ... end
module Font : sig ... end
module FontMap : sig ... end
module Language : sig ... end
module Context : sig ... end
module Layout : sig ... end