fo-property-font-family

fo-property-font-family —

Synopsis




enum        FoEnumFontFamily;
#define     FO_TYPE_ENUM_FONT_FAMILY
GType       fo_enum_font_family_get_type    (void);
struct      FoPropertyFontFamily;
struct      FoPropertyFontFamilyClass;
FoProperty* fo_property_font_family_new     (void);
FoProperty* fo_property_font_family_get_initial
                                            (void);
FoProperty* fo_property_font_family_new_from_expression
                                            (const gchar *expression,
                                             FoContext *context,
                                             FoProperty *current_font_size,
                                             FoFo *fo_node,
                                             GError **error);

Description

Details

enum FoEnumFontFamily

typedef enum {
  FO_ENUM_FONT_FAMILY_SERIF,
  FO_ENUM_FONT_FAMILY_SANS_SERIF,
  FO_ENUM_FONT_FAMILY_CURSIVE,
  FO_ENUM_FONT_FAMILY_FANTASY,
  FO_ENUM_FONT_FAMILY_MONOSPACE
} FoEnumFontFamily;


FO_TYPE_ENUM_FONT_FAMILY

#define FO_TYPE_ENUM_FONT_FAMILY fo_enum_font_family_get_type ()


fo_enum_font_family_get_type ()

GType       fo_enum_font_family_get_type    (void);

Returns :

struct FoPropertyFontFamily

struct FoPropertyFontFamily;


struct FoPropertyFontFamilyClass

struct FoPropertyFontFamilyClass;


fo_property_font_family_new ()

FoProperty* fo_property_font_family_new     (void);

Creates a new FoPropertyFontFamily initialized to default value.

Returns : the new FoPropertyFontFamily.

fo_property_font_family_get_initial ()

FoProperty* fo_property_font_family_get_initial
                                            (void);

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

Returns : An instance of the property.

fo_property_font_family_new_from_expression ()

FoProperty* fo_property_font_family_new_from_expression
                                            (const gchar *expression,
                                             FoContext *context,
                                             FoProperty *current_font_size,
                                             FoFo *fo_node,
                                             GError **error);

expression :
context :
current_font_size :
fo_node :
error :
Returns :