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

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.20.21 Index]