Struct
ClutterUnits
Description [src]
struct ClutterUnits {
/* No available fields */
}
An opaque structure, to be used to store sizing and positioning values along with their unit.
Available since: | 1.0 |
Functions
clutter_units_from_em
Stores a value in em inside units
, using the default font
name as returned by clutter_backend_get_font_name()
Available since: 1.0
clutter_units_from_em_for_font
Stores a value in em inside units
using font_name
.
Available since: 1.0
Instance methods
clutter_units_get_unit_type
Retrieves the unit type of the value stored inside units
.
Available since: 1.0