unitsToDouble

Converts a number in Pango units to floating-point.

The conversion is done by dividing i by PANGO_SCALE.

double
unitsToDouble
(
int i
)

Parameters

i int

value in Pango units

Return Value

Type: double

the double value.