API Version: 1.0
Library Version: 1.56.1
Generated by gi-docgen 2024.1
since: 1.16
int pango_units_from_double ( double d )
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
PANGO_SCALE
Available since: 1.16
Type: double
double
Double floating-point value.
Type: int
int
The value in Pango units.