package Pango.Font_Family is
type Pango_Font_Family_Record is new GObject_Record with null record;
type Pango_Font_Family is access all Pango_Font_Family_Record'Class;
type Pango_Font_Family_Array is array (Natural range <>) of Pango_Font_Family;
function Get_Type return Glib.GType;
function Get_Name
( | Self | : not null access Pango_Font_Family_Record) return UTF8_String; |
function Is_Monospace
( | Self | : not null access Pango_Font_Family_Record) return Boolean; |
function List_Faces
( | Self | : not null access Pango_Font_Family_Record) return Pango_Font_Face_Array; |