diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-07-02 21:31:19 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-07-02 21:31:19 +0000 |
commit | 6870ed61201c6c8545c59861a148647e39a3b7ed (patch) | |
tree | e4ffb25a9ca54888d625bc423ceb3507ec8c1993 /configure.in | |
parent | 5d69786601736595d1b6ac4fe141a8694fab011d (diff) | |
download | pango-6870ed61201c6c8545c59861a148647e39a3b7ed.tar.gz |
Add a PANGO_PIXELS macro to convert from pango units to device units and
Sun Jul 2 17:19:11 2000 Owen Taylor <otaylor@redhat.com>
* pango/pango-types.h: Add a PANGO_PIXELS macro to convert
from pango units to device units and round.
* pango/pango-layout.[ch]: Add convenience functions
pango_layout_get_pixel_extents, pango_layout_get_size,
pango_layout_get_pixel_size pango_layout_line_get_pixel_extents.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1019c79a..af367cf8 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to create configure. AC_INIT(ChangeLog) -AM_INIT_AUTOMAKE(pango, 0.11) +AM_INIT_AUTOMAKE(pango, 0.12) AM_CONFIG_HEADER(config.h) |