diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-09-14 13:45:41 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-09-14 13:45:41 +0000 |
commit | 6479229c21d4824ca6e2a3de783248a2ea3a3938 (patch) | |
tree | cc477412c6682067c481059a6cca4cecb60864ab /pango/fonts.c | |
parent | e1d9bf4f9ead8e632fcb9c96361b54546a198a89 (diff) | |
download | pango-6479229c21d4824ca6e2a3de783248a2ea3a3938.tar.gz |
=== Released 1.6.0 ===PANGO_1_6_0
Mon Sep 13 17:38:58 2004 Owen Taylor <otaylor@redhat.com>
* === Released 1.6.0 ===
* configure.in: Update versions for 1.6.0
* NEWS: Update.
* README: Minor tweak.
* pango/fonts.c pango/pango-context.c pango/pango-types.h
pango/pango-utils.c pango/pangoft2.c pango/pango-layout.c
pango/opentype/pango-ot-buffer.c: Add a bunch of missing
Since: 1.6.
Diffstat (limited to 'pango/fonts.c')
-rw-r--r-- | pango/fonts.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pango/fonts.c b/pango/fonts.c index f2efbd7d..e6692927 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -1283,6 +1283,8 @@ pango_font_metrics_get_approximate_digit_width (PangoFontMetrics *metrics) * negative. * * Return value: the suggested underline position, in Pango units. + * + * Since: 1.6 **/ int pango_font_metrics_get_underline_position (PangoFontMetrics *metrics) @@ -1299,6 +1301,8 @@ pango_font_metrics_get_underline_position (PangoFontMetrics *metrics) * Gets the suggested thickness to draw for the underline. * * Return value: the suggested underline thickness, in Pango units. + * + * Since: 1.6 **/ int pango_font_metrics_get_underline_thickness (PangoFontMetrics *metrics) @@ -1317,6 +1321,8 @@ pango_font_metrics_get_underline_thickness (PangoFontMetrics *metrics) * baseline of the top of the strikethrough. * * Return value: the suggested strikethrough position, in Pango units. + * + * Since: 1.6 **/ int pango_font_metrics_get_strikethrough_position (PangoFontMetrics *metrics) @@ -1333,6 +1339,8 @@ pango_font_metrics_get_strikethrough_position (PangoFontMetrics *metrics) * Gets the suggested thickness to draw for the strikethrough. * * Return value: the suggested strikethrough thickness, in Pango units. + * + * Since: 1.6 **/ int pango_font_metrics_get_strikethrough_thickness (PangoFontMetrics *metrics) |