![]() | ![]() | ![]() | xmlroff Reference Manual | ![]() |
---|
fo-property-font-family —
enum FoEnumFontFamily; #define FO_TYPE_ENUM_FONT_FAMILYGType 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 (constgchar *expression, FoContext *context, FoProperty *current_font_size, FoFo *fo_node,GError **error);
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;
FoProperty* fo_property_font_family_new (void);
Creates a new FoPropertyFontFamily initialized to default value.
Returns : | the new FoPropertyFontFamily. |
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. |
FoProperty* fo_property_font_family_new_from_expression (constgchar *expression, FoContext *context, FoProperty *current_font_size, FoFo *fo_node,GError **error);
expression : | |
context : | |
current_font_size : | |
fo_node : | |
error : | |
Returns : |
<< fo-property-flow-name | fo-property-font-size >> |