| Top |
FoProperty *
fo_property_line_height_new (void);
Creates a new FoPropertyLineHeight initialized to default value.
FoProperty *
fo_property_line_height_get_initial (void);
Get an instance of the property with the correct initial value.
FoProperty * fo_property_line_height_resolve (FoProperty *line_height,FoProperty *font_size);
Determine the computed value of the 'line-height' based on
line_height
and font_size
.