font-weight

font-weight

Synopsis

                    FoPropertyFontWeight;
                    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

FoPropertyFontWeight

typedef struct _FoPropertyFontWeight FoPropertyFontWeight;


FoPropertyFontWeightClass

typedef struct _FoPropertyFontWeightClass 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.