Main Gtk struct.
Warning
GdkFont is deprecated and should not be used in newly-written code.
The GdkFont structure represents a font or fontset. It
contains the following public fields. A new GdkFont
structure is returned by gdk_font_load() or gdk_fontset_load(),
and is reference counted with gdk_font_ref() and gdk_font_unref()
GdkFontType type;
a value of type GdkFontType which indicates
whether this font is a single font or a fontset.
gint ascent;
the maximum distance that the font, when drawn,
ascends above the baseline.
gint descent;
the maximum distance that the font, when drawn,
descends below the baseline.
Main Gtk struct. Warning GdkFont is deprecated and should not be used in newly-written code. The GdkFont structure represents a font or fontset. It contains the following public fields. A new GdkFont structure is returned by gdk_font_load() or gdk_fontset_load(), and is reference counted with gdk_font_ref() and gdk_font_unref() GdkFontType type; a value of type GdkFontType which indicates whether this font is a single font or a fontset. gint ascent; the maximum distance that the font, when drawn, ascends above the baseline. gint descent; the maximum distance that the font, when drawn, descends below the baseline.