diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-03-22 22:35:16 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-03-22 22:35:16 +0000 |
commit | 6f9c9b934021288f9b34430344790a2722dc614e (patch) | |
tree | ecceca157626570e74a0a123a800837ada66ba89 /TODO | |
parent | a6128c9efba496a2193894ec9ebe7a14404df72e (diff) | |
download | pango-6f9c9b934021288f9b34430344790a2722dc614e.tar.gz |
Handle right alignment for width == -1, align within total width of
Mon Mar 13 11:47:53 2000 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c pango/pangox.c (pango_x_render_layout): Handle right
alignment for width == -1, align within total width of layout.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ string and produces lines of glyphs. should have change-notification, or else the layout should make a copy of the context when the context is set. +* optimize right alignment for width == -1 and only a single + line. (Currently this causes a useless call to gtk_layout_get_extents.) + X rendering =========== |