pangoLayoutGetPixelSize: pangoLayoutGetPixelSize

Description Usage Arguments Value Author(s)

View source: R/pangoFuncs.R

Description

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

Usage

1

Arguments

object

[PangoLayout] a PangoLayout

Value

A list containing the following elements:

width

[integer] location to store the logical width, or NULL

height

[integer] location to store the logical height, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.