Function
ClutterUnitsfrom_em
Declaration [src]
void
clutter_units_from_em (
ClutterUnits* units,
gfloat em
)
Description [src]
Stores a value in em inside units, using the default font
name as returned by clutter_backend_get_font_name()
| Available since: | 1.0 |
Parameters
units |
ClutterUnits |
A |
|
| The argument will be set by the function. | |
| The data is owned by the caller of the function. | |
em |
gfloat |
Em. |