diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-09 14:50:19 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-11 22:02:07 -0400 |
commit | 481e1be4647f691139d953b91ad81b88e0dc6f3b (patch) | |
tree | d80018ddd80bb53dd588892178cc323087b9ca27 /docs/pango-sections.txt | |
parent | cdeb8308ff13f7c6c4bc583b803bb13e5224277c (diff) | |
download | pango-481e1be4647f691139d953b91ad81b88e0dc6f3b.tar.gz |
Add pango_font_covers
Add a pango_font_covers function, which is like
pango_shape_engine_covers, without the engine.
This api is simpler than PangoCoverage in that
it does not take a language as input, and only
returns a boolean.
This matches the harfbuzz api.
Diffstat (limited to 'docs/pango-sections.txt')
-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 61823711..0fc648af 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -232,6 +232,7 @@ pango_font_find_shaper pango_font_describe pango_font_describe_with_absolute_size pango_font_get_coverage +pango_font_covers pango_font_get_glyph_extents pango_font_get_metrics pango_font_get_font_map |