package Pango.Font_Face is
type Pango_Font_Face_Record is new GObject_Record with null record;
type Pango_Font_Face is access all Pango_Font_Face_Record'Class;
type Pango_Font_Face_Array is array (Natural range <>) of Pango_Font_Face;
function Get_Type return Glib.GType;
function Describe
( | Self | : not null access Pango_Font_Face_Record) return Pango.Font.Pango_Font_Description; |
function Get_Face_Name
( | Self | : not null access Pango_Font_Face_Record) return UTF8_String; |
function Is_Synthesized
( | Self | : not null access Pango_Font_Face_Record) return Boolean; |
function List_Sizes
( | Self | : not null access Pango_Font_Face_Record) return Gint_Array; |