PangoFontsetForeachFunc: @fontset: a #PangoFontset @font: a font from @fontset @user_data: callback data
PangoFontset:
PangoFontsetClass: @parent_class: parent #GObjectClass. @get_font: a function to get the font in the fontset that contains the best glyph for the given Unicode character; see pango_fontset_get_font(). @get_metrics: a function to get overall metric information for the fonts in the fontset; see pango_fontset_get_metrics(). @get_language: a function to get the language of the fontset. @foreach: a function to loop over the fonts in the fontset. See pango_fontset_foreach().