pango.c.fontset

Members

Aliases

PangoFontsetForeachFunc
alias PangoFontsetForeachFunc = gboolean function(PangoFontset* fontset, PangoFont* font, gpointer user_data)

PangoFontsetForeachFunc: @fontset: a #PangoFontset @font: a font from @fontset @user_data: callback data

Structs

PangoFontset
struct PangoFontset

PangoFontset:

PangoFontsetClass
struct PangoFontsetClass

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().

Meta