pangoUnitsFromDouble {RGtk2}R Documentation

pangoUnitsFromDouble

Description

Converts a floating-point number to Pango units: multiplies it by PANGO_SCALE and rounds to nearest integer.

Usage

pangoUnitsFromDouble(d)

Arguments

d [numeric] double floating-point value

Details

Since 1.16

Value

[integer] the value in Pango units.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]