fo-property-font-weight

fo-property-font-weight —

Synopsis




struct      FoPropertyFontWeight;
struct      FoPropertyFontWeightClass;
GType       fo_property_font_weight_get_type
                                            (void);
FoProperty* fo_property_font_weight_new     (void);
FoProperty* fo_property_font_weight_get_initial
                                            (void);

Description

Details

struct FoPropertyFontWeight

struct FoPropertyFontWeight;


struct FoPropertyFontWeightClass

struct FoPropertyFontWeightClass;


fo_property_font_weight_get_type ()

GType       fo_property_font_weight_get_type
                                            (void);

Register the FoPropertyFontWeight type if not already registered and return its GType value.

Returns : GType of FoPropertyFontWeight.

fo_property_font_weight_new ()

FoProperty* fo_property_font_weight_new     (void);

Creates a new FoPropertyFontWeight initialized to default value.

Returns : the new FoPropertyFontWeight.

fo_property_font_weight_get_initial ()

FoProperty* fo_property_font_weight_get_initial
                                            (void);

Get an instance of the property with the correct initial value.

Returns : An instance of the property.