|  |  |  | xmlroff Reference Manual |  | 
|---|---|---|---|---|
            FoPropertyFontVariant;
            FoPropertyFontVariantClass;
FoProperty* fo_property_font_variant_new    (void);
FoProperty* fo_property_font_variant_get_initial
                                            (void);
typedef struct _FoPropertyFontVariant FoPropertyFontVariant;
Instance of the 'font-variant' property.
typedef struct _FoPropertyFontVariantClass FoPropertyFontVariantClass;
Class structure for the 'font-variant' property.
FoProperty* fo_property_font_variant_new (void);
Creates a new FoPropertyFontVariant initialized to default value.
| Returns : | the new FoPropertyFontVariant. | 
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. |