![]() | ![]() | ![]() | xmlroff Reference Manual | ![]() |
---|
fo-area-layout —
struct FoAreaLayout; struct FoAreaLayoutClass; FoArea* fo_area_layout_new (void); void fo_area_layout_set_layout (FoArea *fo_area_layout,PangoLayout *new_layout);PangoLayout * fo_area_layout_get_layout (FoArea *fo_area_layout); void fo_area_layout_set_line_first (FoArea *fo_area_layout,gint new_line_first);gint fo_area_layout_get_line_first (FoArea *fo_area_layout); void fo_area_layout_set_line_last (FoArea *fo_area_layout,gint new_line_last);gint fo_area_layout_get_line_last (FoArea *fo_area_layout);gdouble fo_area_layout_get_line_height (FoArea *fo_area_layout,gint line_number);
GObject +----FoObject +----FoNode +----FoArea +----FoAreaArea +----FoAreaLayout
"layout"gpointer : Read / Write
FoArea* fo_area_layout_new (void);
Creates a new FoAreaLayout initialized to default value.
Returns : | the new FoAreaLayout |
void fo_area_layout_set_layout (FoArea *fo_area_layout,PangoLayout *new_layout);
fo_area_layout : | |
new_layout : |
PangoLayout * fo_area_layout_get_layout (FoArea *fo_area_layout);
Gets the
fo_area_layout : | The FoAreaLayout object |
Returns : | The "layout" property value |
void fo_area_layout_set_line_first (FoArea *fo_area_layout,gint new_line_first);
fo_area_layout : | |
new_line_first : |
gint fo_area_layout_get_line_first (FoArea *fo_area_layout);
Gets the
fo_area_layout : | The FoAreaLayout object |
Returns : | The "line_first" property value |
void fo_area_layout_set_line_last (FoArea *fo_area_layout,gint new_line_last);
Sets the
fo_area_layout : | The FoAreaArea object |
new_line_last : | The new "line_last" property value |
gint fo_area_layout_get_line_last (FoArea *fo_area_layout);
Gets the
fo_area_layout : | The FoAreaArea object |
Returns : | The "line_last" property value |
gdouble fo_area_layout_get_line_height (FoArea *fo_area_layout,gint line_number);
Get the height of line line_number.
fo_area_layout : | |
line_number : | Number of the line for which to get the height. |
Returns : | The line height in points. |
<< FoAreaArea | FoAreaListItem >> |