pangoFontMetricsGetUnderlinePosition {RGtk2}R Documentation

pangoFontMetricsGetUnderlinePosition

Description

Gets the suggested position to draw the underline. The value returned is the distance above the baseline of the top of the underline. Since most fonts have underline positions beneath the baseline, this value is typically negative.

Usage

pangoFontMetricsGetUnderlinePosition(object)

Arguments

object [PangoFontMetrics] a PangoFontMetrics structure

Details

Since 1.6

Value

[integer] the suggested underline position, in Pango units.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]