Function pango::units_from_double

source ·
pub fn units_from_double(d: f64) -> i32
Expand description

Converts a floating-point number to Pango units.

The conversion is done by multiplying @d by PANGO_SCALE and rounding the result to nearest integer.

§d

double floating-point value

§Returns

the value in Pango units.