diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-08-13 22:18:32 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-10-31 19:52:03 -0400 |
commit | e1b05c6e7327e83eccffd64b4bf515220a5183ca (patch) | |
tree | 15f12ee1934d2f7126f2a207ac8163c25239ed77 /pango/pango-fontmap-private.h | |
parent | 5ed6d2589f8c553bfdfff080b8bea5c90bfefad6 (diff) | |
download | pango-e1b05c6e7327e83eccffd64b4bf515220a5183ca.tar.gz |
Add pango_font_map_get_family
This lets us get a PangoFontFamily by name.
Diffstat (limited to 'pango/pango-fontmap-private.h')
-rw-r--r-- | pango/pango-fontmap-private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pango/pango-fontmap-private.h b/pango/pango-fontmap-private.h index be06bd8f..3452fbca 100644 --- a/pango/pango-fontmap-private.h +++ b/pango/pango-fontmap-private.h @@ -28,7 +28,6 @@ G_BEGIN_DECLS - PANGO_DEPRECATED_IN_1_38 const char *pango_font_map_get_shape_engine_type (PangoFontMap *fontmap); |