font-variant

font-variant —

Synopsis




            FoPropertyFontVariant;
            FoPropertyFontVariantClass;
FoProperty* fo_property_font_variant_new    (void);
FoProperty* fo_property_font_variant_get_initial
                                            (void);

Description

Details

FoPropertyFontVariant

typedef struct _FoPropertyFontVariant FoPropertyFontVariant;

Instance of the 'font-variant' property.


FoPropertyFontVariantClass

typedef struct _FoPropertyFontVariantClass FoPropertyFontVariantClass;

Class structure for the 'font-variant' property.


fo_property_font_variant_new ()

FoProperty* fo_property_font_variant_new    (void);

Creates a new FoPropertyFontVariant initialized to default value.

Returns : the new FoPropertyFontVariant.

fo_property_font_variant_get_initial ()

FoProperty* fo_property_font_variant_get_initial
                                            (void);

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

Returns : An instance of the property.