diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-08-13 23:15:00 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-10-31 19:52:36 -0400 |
commit | a582dbbb60da8aff7574d576cc636799e89c72d8 (patch) | |
tree | 9091d5652eafbf00bd15a8cd62d3027a9880740f /docs | |
parent | 40a805478dfa8988315fd8b7f8515af65c3f90c7 (diff) | |
download | pango-a582dbbb60da8aff7574d576cc636799e89c72d8.tar.gz |
Add pango_font_get_face
Since we've run out of slots in PangoFontClass,
this is implemented with a vfunc in PangoFontMapClass.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index a409f70c..0726f55e 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -251,6 +251,7 @@ PangoFont pango_font_find_shaper pango_font_describe pango_font_describe_with_absolute_size +pango_font_get_face pango_font_get_coverage pango_font_has_char pango_font_get_glyph_extents |