summaryrefslogtreecommitdiff
path: root/pango/pango-layout.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-04-05 00:31:59 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-04-05 00:31:59 +0000
commit613302136667231bcefd772b419369516eb3bf45 (patch)
tree919ed907f3ca69f79210d0778c65df8bec97d4d0 /pango/pango-layout.h
parent52f2e805bf993f711d09ba6fe4972c7f7ee33eae (diff)
downloadpango-613302136667231bcefd772b419369516eb3bf45.tar.gz
Add user data to PangoContext
Tue Apr 4 20:13:06 2000 Owen Taylor <otaylor@redhat.com> * pango/pango-context.h: Add user data to PangoContext * pango/pangox.[ch] examples/viewer.c: Rework system for create GC's so that the necessary information is stored on the PangoContext instead of being passed to layout_render() * pango/utils.[ch] pango/pango-context.c: fribidi-0.1.9 wants UCS-4 not UCS2; switch accordingly. * pango/fonts.c pango/pango-font.h pango/pangox.c: Add functions to get overall font metrics, possibly per-language. (Right now, just font ascent, descent.) The implementation of this for X is horribly complex.
Diffstat (limited to 'pango/pango-layout.h')
-rw-r--r--pango/pango-layout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-layout.h b/pango/pango-layout.h
index c9a2f432..b1a9bf1e 100644
--- a/pango/pango-layout.h
+++ b/pango/pango-layout.h
@@ -58,6 +58,8 @@ void pango_layout_ref (PangoLayout *layout);
void pango_layout_unref (PangoLayout *layout);
+PangoContext *pango_layout_get_context (PangoLayout *layout);
+
void pango_layout_set_attributes (PangoLayout *layout,
PangoAttrList *attrs);
void pango_layout_set_text (PangoLayout *layout,