diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-06-26 19:13:28 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-06-26 19:13:28 +0000 |
commit | 9c41176796502c33fec770dc5952bdcdc9db3783 (patch) | |
tree | e2c561525c5cdbe96aae959634e2cb3feceb3b8e /pango/pango-context.h | |
parent | ac5989fb0fec8273fd4955611b6efb0317d138c1 (diff) | |
download | pango-9c41176796502c33fec770dc5952bdcdc9db3783.tar.gz |
Couple of bug fixes for the last change.
Tue Jun 26 15:11:30 2001 Owen Taylor <otaylor@redhat.com>
* pango/pango-context.c (font_set_get_font)
pango/pango-context.c (add_engines): Couple of
bug fixes for the last change.
* configure.in: Abort out when AM_PATH_GLIB fails.
Diffstat (limited to 'pango/pango-context.h')
-rw-r--r-- | pango/pango-context.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pango/pango-context.h b/pango/pango-context.h index 82ad982f..471328eb 100644 --- a/pango/pango-context.h +++ b/pango/pango-context.h @@ -61,6 +61,11 @@ void pango_context_list_families (PangoContext *context int *n_families); PangoFont * pango_context_load_font (PangoContext *context, const PangoFontDescription *desc); +void pango_context_get_metrics (PangoContext *context, + const PangoFontDescription *desc, + PangoLanguage *language, + PangoFontMetrics *metrics); + void pango_context_set_font_description (PangoContext *context, const PangoFontDescription *desc); |