summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/fonts.c')
-rw-r--r--pango/fonts.c8
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)