diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-05-27 19:43:49 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-05-27 19:43:49 +0000 |
commit | 4caf16365e5eb027f14e29038c2376e9a9dcf4dc (patch) | |
tree | da0a8722dc20179c972ac29590aa856c3c085b7e /ChangeLog | |
parent | 5ad5eff481421dbb95f450788807cd10315dc5d6 (diff) | |
download | pango-4caf16365e5eb027f14e29038c2376e9a9dcf4dc.tar.gz |
Add underline and strikethrough position and thickness metrics.
Thu May 27 15:32:03 2004 Owen Taylor <otaylor@redhat.com>
* pango/pango-font.h pango/fonts.c: Add underline and
strikethrough position and thickness metrics.
* pango/pangofc-font.c: Implement underline and strikethrough
position and thickness metrics.
* pango/pango-fontset.c (pango_fontset_real_get_metrics):
Initialize metrics from the metrics of the first font
in the fontset.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Thu May 27 15:32:03 2004 Owen Taylor <otaylor@redhat.com> + + * pango/pango-font.h pango/fonts.c: Add underline and + strikethrough position and thickness metrics. + + * pango/pangofc-font.c: Implement underline and strikethrough + position and thickness metrics. + + * pango/pango-fontset.c (pango_fontset_real_get_metrics): + Initialize metrics from the metrics of the first font + in the fontset. + Thu May 27 15:08:32 2004 Owen Taylor <otaylor@redhat.com> * configure.in: Increment version to 1.5 for devel branch. |