pangoUnitsToDouble {RGtk2}R Documentation

pangoUnitsToDouble

Description

Converts a number in Pango units to floating-point: divides it by PANGO_SCALE.

Usage

pangoUnitsToDouble(i)

Arguments

i [integer] value in Pango units

Details

Since 1.16

Value

[numeric] the double value.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]