type Pango_Fontset_Record is new GObject_Record with null record;
type Pango_Fontset is access all Pango_Fontset_Record'Class;
type Pango_Fontset_Foreach_Func is access function (Fontset : not null access Pango_Fontset_Record'Class; Font : not null access Pango.Font.Pango_Font_Record'Class) return Boolean;
function Get_Type return Glib.GType;
procedure Foreach
( | Self | : not null access Pango_Fontset_Record; |
Func | : Pango_Fontset_Foreach_Func); |
function Get_Font
( | Self | : not null access Pango_Fontset_Record; |
Wc | : Guint) return Pango.Font.Pango_Font; |
function Get_Metrics
( | Self | : not null access Pango_Fontset_Record) return Pango.Font_Metrics.Pango_Font_Metrics; |