fo-property-alignment-adjust

fo-property-alignment-adjust —

Synopsis




enum        FoEnumAlignmentAdjust;
#define     FO_TYPE_ENUM_ALIGNMENT_ADJUST
GType       fo_enum_alignment_adjust_get_type
                                            (void);
struct      FoPropertyAlignmentAdjust;
struct      FoPropertyAlignmentAdjustClass;
FoProperty* fo_property_alignment_adjust_new
                                            (void);
FoProperty* fo_property_alignment_adjust_get_initial
                                            (void);

Description

Details

enum FoEnumAlignmentAdjust

typedef enum {
  FO_ENUM_ALIGNMENT_ADJUST_AUTO,
  FO_ENUM_ALIGNMENT_ADJUST_BASELINE,
  FO_ENUM_ALIGNMENT_ADJUST_BEFORE_EDGE,
  FO_ENUM_ALIGNMENT_ADJUST_TEXT_BEFORE_EDGE,
  FO_ENUM_ALIGNMENT_ADJUST_MIDDLE,
  FO_ENUM_ALIGNMENT_ADJUST_CENTRAL,
  FO_ENUM_ALIGNMENT_ADJUST_AFTER_EDGE,
  FO_ENUM_ALIGNMENT_ADJUST_TEXT_AFTER_EDGE,
  FO_ENUM_ALIGNMENT_ADJUST_IDEOGRAPHIC,
  FO_ENUM_ALIGNMENT_ADJUST_ALPHABETIC,
  FO_ENUM_ALIGNMENT_ADJUST_HANGING,
  FO_ENUM_ALIGNMENT_ADJUST_MATHEMATICAL
} FoEnumAlignmentAdjust;


FO_TYPE_ENUM_ALIGNMENT_ADJUST

#define FO_TYPE_ENUM_ALIGNMENT_ADJUST fo_enum_alignment_adjust_get_type ()


fo_enum_alignment_adjust_get_type ()

GType       fo_enum_alignment_adjust_get_type
                                            (void);

Returns :

struct FoPropertyAlignmentAdjust

struct FoPropertyAlignmentAdjust;

The FoPropertyAlignmentAdust structure represents one instance of the 'alignment-adjust' property.


struct FoPropertyAlignmentAdjustClass

struct FoPropertyAlignmentAdjustClass;

The FoPropertyAlignmentAdjustClass structure represents the type of the 'alignment-adjust' property.


fo_property_alignment_adjust_new ()

FoProperty* fo_property_alignment_adjust_new
                                            (void);

Creates a new FoPropertyAlignmentAdjust initialized to default value.

Returns : the new FoPropertyAlignmentAdjust.

fo_property_alignment_adjust_get_initial ()

FoProperty* fo_property_alignment_adjust_get_initial
                                            (void);

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

Returns : An instance of the property.