Function
ClutterUnitsfrom_em_for_font
Declaration [src]
void
clutter_units_from_em_for_font (
ClutterUnits* units,
const gchar* font_name,
gfloat em
)
Parameters
units |
ClutterUnits |
A |
|
The argument will be set by the function. | |
The data is owned by the caller of the function. | |
font_name |
const gchar* |
The font name and size. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
em |
gfloat |
Em. |