fo-property-dominant-baseline

fo-property-dominant-baseline —

Synopsis




enum        FoEnumDominantBaseline;
#define     FO_TYPE_ENUM_DOMINANT_BASELINE
GType       fo_enum_dominant_baseline_get_type
                                            (void);
struct      FoPropertyDominantBaseline;
struct      FoPropertyDominantBaselineClass;
FoProperty* fo_property_dominant_baseline_new
                                            (void);
FoProperty* fo_property_dominant_baseline_get_initial
                                            (void);
void        fo_property_dominant_baseline_resolve
                                            (FoContext *current_context,
                                             FoContext *parent_context);

Description

Details

enum FoEnumDominantBaseline

typedef enum {
  FO_ENUM_DOMINANT_BASELINE_AUTO,
  FO_ENUM_DOMINANT_BASELINE_USE_SCRIPT,
  FO_ENUM_DOMINANT_BASELINE_NO_CHANGE,
  FO_ENUM_DOMINANT_BASELINE_RESET_SIZE,
  FO_ENUM_DOMINANT_BASELINE_IDEOGRAPHIC,
  FO_ENUM_DOMINANT_BASELINE_ALPHABETIC,
  FO_ENUM_DOMINANT_BASELINE_HANGING,
  FO_ENUM_DOMINANT_BASELINE_MATHEMATICAL,
  FO_ENUM_DOMINANT_BASELINE_CENTRAL,
  FO_ENUM_DOMINANT_BASELINE_MIDDLE,
  FO_ENUM_DOMINANT_BASELINE_TEXT_AFTER_EDGE,
  FO_ENUM_DOMINANT_BASELINE_TEXT_BEFORE_EDGE
} FoEnumDominantBaseline;


FO_TYPE_ENUM_DOMINANT_BASELINE

#define FO_TYPE_ENUM_DOMINANT_BASELINE fo_enum_dominant_baseline_get_type ()


fo_enum_dominant_baseline_get_type ()

GType       fo_enum_dominant_baseline_get_type
                                            (void);

Returns :

struct FoPropertyDominantBaseline

struct FoPropertyDominantBaseline;


struct FoPropertyDominantBaselineClass

struct FoPropertyDominantBaselineClass;


fo_property_dominant_baseline_new ()

FoProperty* fo_property_dominant_baseline_new
                                            (void);

Creates a new FoPropertyDominantBaseline initialized to default value.

Returns : the new FoPropertyDominantBaseline.

fo_property_dominant_baseline_get_initial ()

FoProperty* fo_property_dominant_baseline_get_initial
                                            (void);

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

Returns : An instance of the property.

fo_property_dominant_baseline_resolve ()

void        fo_property_dominant_baseline_resolve
                                            (FoContext *current_context,
                                             FoContext *parent_context);

current_context :
parent_context :