pangoLayoutGetSize {RGtk2}R Documentation

pangoLayoutGetSize

Description

Determines the logical width and height of a PangoLayout in Pango units (device units scaled by PANGO_SCALE). This is simply a convenience function around pangoLayoutGetExtents.

Usage

pangoLayoutGetSize(object)

Arguments

object

a PangoLayout

Value

A list containing the following elements:

width

location to store the logical width, or NULL. [ out ]

height

location to store the logical height, or NULL. [ out ]

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]