pangoFontMetricsGetAscent {RGtk2}R Documentation

pangoFontMetricsGetAscent

Description

Gets the ascent from a font metrics structure. The ascent is the distance from the baseline to the logical top of a line of text. (The logical top may be above or below the top of the actual drawn ink. It is necessary to lay out the text to figure where the ink will be.)

Usage

pangoFontMetricsGetAscent(object)

Arguments

object [PangoFontMetrics] a PangoFontMetrics structure

Value

[integer] the ascent, in Pango units. (1 point == PANGO_SCALE Pango units.)

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]