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 /docs/pango-sections.txt | |
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 'docs/pango-sections.txt')
-rw-r--r-- | docs/pango-sections.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index f70f2e58..b3a7f140 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -161,6 +161,10 @@ pango_font_metrics_get_ascent pango_font_metrics_get_descent pango_font_metrics_get_approximate_char_width pango_font_metrics_get_approximate_digit_width +pango_font_metrics_get_underline_thickness +pango_font_metrics_get_underline_position +pango_font_metrics_get_strikethrough_thickness +pango_font_metrics_get_strikethrough_position <SUBSECTION> PangoFont PANGO_TYPE_FONT |