diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-02-29 00:51:29 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-02-29 00:51:29 +0000 |
commit | 6278d373c1a564ae4233a2e4b6d428a9f6202728 (patch) | |
tree | 831ea6ce3ce84ab59e040cc7d176067962b33d5d /ChangeLog.pre-1-0 | |
parent | abacca30f29df84d9818cd1395449eff0e4ee171 (diff) | |
download | pango-6278d373c1a564ae4233a2e4b6d428a9f6202728.tar.gz |
Add functions to convert font descriptions to and from human-readable
Mon Feb 28 19:46:35 2000 Owen Taylor <otaylor@redhat.com>
* libpango/fonts.c libpango/pango-fonts.h: Add functions
to convert font descriptions to and from human-readable
strings.
* examples/viewer.c: Use functions from libpango instead
of rolling our own font-description conversion functions.
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index a0254f17..9d4e28a2 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,12 +1,21 @@ +Mon Feb 28 19:46:35 2000 Owen Taylor <otaylor@redhat.com> + + * libpango/fonts.c libpango/pango-fonts.h: Add functions + to convert font descriptions to and from human-readable + strings. + + * examples/viewer.c: Use functions from libpango instead + of rolling our own font-description conversion functions. + Fri Feb 25 15:04:21 2000 Owen Taylor <otaylor@redhat.com> * libpango/{fonts.c,pango-font.h,pango-context.[ch],pangox.c, - pango-attributes.c,examples/viewer.c: Add size to the - font description structure instead of continually passing - it around as an extra argument. + pango-attributes.c,examples/viewer.c: Add size to the + font description structure instead of continually passing + it around as an extra argument. * libpango/pangox.c: Take screen resolution into account when - choosing fonts, instead of assumming point == pixel. + choosing fonts, instead of assumming point == pixel. Fri Feb 25 12:32:01 2000 Owen Taylor <otaylor@redhat.com> |