diff options
Diffstat (limited to 'docs/tmpl/fonts.sgml')
-rw-r--r-- | docs/tmpl/fonts.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/tmpl/fonts.sgml b/docs/tmpl/fonts.sgml index 15ee3268..e5385006 100644 --- a/docs/tmpl/fonts.sgml +++ b/docs/tmpl/fonts.sgml @@ -691,6 +691,7 @@ The #PangoFontMapClass structure holds the virtual functions for a particular #PangoFontMap implementation. </para> +@parent_class: @load_font: a function to load a font with a given description. See pango_font_map_load_font() @list_families: A function to list available font families. See @@ -778,6 +779,7 @@ The #PangoFontsetClass structure holds the virtual functions for a particular #PangoFontset implementation. </para> +@parent_class: @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 |