pangoFontMetricsGetAscent {RGtk2} | R Documentation |
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.)
pangoFontMetricsGetAscent(object)
|
[PangoFontMetrics ] a PangoFontMetrics structure |
[integer] the ascent, in Pango units. (1 point == PANGO_SCALE
Pango units.)
Derived by RGtkGen from GTK+ documentation