Pango PDFLIB Text Attributes

Pango PDFLIB Text Attributes —

Synopsis




PangoAttrType pango_pdflib_attr_alignment_adjust_get_type
                                            (void);
PangoAttribute* pango_pdflib_attr_alignment_adjust_new
                                            (gint alignment_adjust);
PangoAttrType pango_pdflib_attr_alignment_baseline_get_type
                                            (void);
PangoAttribute* pango_pdflib_attr_alignment_baseline_new
                                            (gint alignment_baseline);
gpointer    pango_pdflib_attr_callback_get_callback
                                            (const PangoAttribute *attr);
PangoAttrType pango_pdflib_attr_callback_get_type
                                            (void);
PangoAttribute* pango_pdflib_attr_callback_new
                                            (gpointer callback);
PangoAttrType pango_pdflib_attr_db_reset_size_get_type
                                            (void);
PangoAttribute* pango_pdflib_attr_db_reset_size_new
                                            (gboolean db_reset_size);
PangoAttrType pango_pdflib_attr_dominant_baseline_get_type
                                            (void);
PangoAttribute* pango_pdflib_attr_dominant_baseline_new
                                            (PangoPDFLIBBaseline dominant_baseline,
                                             PangoFontDescription *font_desc);
PangoAttrType pango_pdflib_attr_keep_together_within_line_get_type
                                            (void);
PangoAttribute* pango_pdflib_attr_keep_together_within_line_new
                                            (gint strength);
PangoAttrType pango_pdflib_attr_keep_with_next_within_line_get_type
                                            (void);
PangoAttribute* pango_pdflib_attr_keep_with_next_within_line_new
                                            (gint strength);
PangoAttrType pango_pdflib_attr_keep_with_previous_within_line_get_type
                                            (void);
PangoAttribute* pango_pdflib_attr_keep_with_previous_within_line_new
                                            (gint strength);
PangoAttrType pango_pdflib_attr_line_height_get_type
                                            (void);
PangoAttribute* pango_pdflib_attr_line_height_new
                                            (gint line_height);
PangoAttribute* pango_pdflib_attr_line_stacking_strategy_new
                                            (PangoPDFLIBLineStackingStrategy line_stacking_strategy);

Description

Details

pango_pdflib_attr_alignment_adjust_get_type ()

PangoAttrType pango_pdflib_attr_alignment_adjust_get_type
                                            (void);

Register the 'alignment-adjust' Pango attribute type.

Returns : The new PangoAttrType.

pango_pdflib_attr_alignment_adjust_new ()

PangoAttribute* pango_pdflib_attr_alignment_adjust_new
                                            (gint alignment_adjust);

Create a new alignment-adjust attribute.

alignment_adjust : the alignment-adjust value
Returns : the new PangoAttribute.

pango_pdflib_attr_alignment_baseline_get_type ()

PangoAttrType pango_pdflib_attr_alignment_baseline_get_type
                                            (void);

Register the 'alignment-baseline' Pango attribute type.

Returns : The new PangoAttrType.

pango_pdflib_attr_alignment_baseline_new ()

PangoAttribute* pango_pdflib_attr_alignment_baseline_new
                                            (gint alignment_baseline);

Create a new alignment-baseline attribute.

alignment_baseline : the alignment-baseline value
Returns : the new PangoAttribute.

pango_pdflib_attr_callback_get_callback ()

gpointer    pango_pdflib_attr_callback_get_callback
                                            (const PangoAttribute *attr);

Get the callback associated with attr.

attr : The 'callback' attribute.
Returns : The callback.

pango_pdflib_attr_callback_get_type ()

PangoAttrType pango_pdflib_attr_callback_get_type
                                            (void);

Register the 'callback' Pango attribute type.

Returns : The new PangoAttrType.

pango_pdflib_attr_callback_new ()

PangoAttribute* pango_pdflib_attr_callback_new
                                            (gpointer callback);

Create a new callback attribute.

callback : the callback
Returns : the new PangoAttribute.

pango_pdflib_attr_db_reset_size_get_type ()

PangoAttrType pango_pdflib_attr_db_reset_size_get_type
                                            (void);

Register the 'dominant-baseline="reset-size"' Pango attribute type.

Returns : The new PangoAttrType.

pango_pdflib_attr_db_reset_size_new ()

PangoAttribute* pango_pdflib_attr_db_reset_size_new
                                            (gboolean db_reset_size);

Create a new dominant-baseline attribute.

db_reset_size : the dominant baseline.
Returns : the new PangoAttribute.

pango_pdflib_attr_dominant_baseline_get_type ()

PangoAttrType pango_pdflib_attr_dominant_baseline_get_type
                                            (void);

Register the '' Pango attribute type.

Returns : The new PangoAttrType.

pango_pdflib_attr_dominant_baseline_new ()

PangoAttribute* pango_pdflib_attr_dominant_baseline_new
                                            (PangoPDFLIBBaseline dominant_baseline,
                                             PangoFontDescription *font_desc);

Create a new dominant-baseline attribute.

dominant_baseline : the dominant baseline.
font_desc : the PangoFontDescription.
Returns : the new PangoAttribute.

pango_pdflib_attr_keep_together_within_line_get_type ()

PangoAttrType pango_pdflib_attr_keep_together_within_line_get_type
                                            (void);

Register the 'keep-together.within-line' Pango attribute type.

Returns : The new PangoAttrType.

pango_pdflib_attr_keep_together_within_line_new ()

PangoAttribute* pango_pdflib_attr_keep_together_within_line_new
                                            (gint strength);

Create a new 'keep-together.within-line' attribute.

strength : the strength of the keep.
Returns : the new PangoAttribute.

pango_pdflib_attr_keep_with_next_within_line_get_type ()

PangoAttrType pango_pdflib_attr_keep_with_next_within_line_get_type
                                            (void);

Register the 'keep-with-next.within-line' Pango attribute type.

Returns : The new PangoAttrType.

pango_pdflib_attr_keep_with_next_within_line_new ()

PangoAttribute* pango_pdflib_attr_keep_with_next_within_line_new
                                            (gint strength);

Create a new keep-with_next.within-line attribute.

strength : the strength of the keep.
Returns : the new PangoAttribute.

pango_pdflib_attr_keep_with_previous_within_line_get_type ()

PangoAttrType pango_pdflib_attr_keep_with_previous_within_line_get_type
                                            (void);

Register the 'keep-with-previous.within-line' Pango attribute type.

Returns : The new PangoAttrType.

pango_pdflib_attr_keep_with_previous_within_line_new ()

PangoAttribute* pango_pdflib_attr_keep_with_previous_within_line_new
                                            (gint strength);

Create a new keep-with_previous.within-line attribute.

strength : the strength of the keep.
Returns : the new PangoAttribute.

pango_pdflib_attr_line_height_get_type ()

PangoAttrType pango_pdflib_attr_line_height_get_type
                                            (void);

Register the 'line_height' Pango attribute type.

Returns : The new PangoAttrType.

pango_pdflib_attr_line_height_new ()

PangoAttribute* pango_pdflib_attr_line_height_new
                                            (gint line_height);

Create a new line-height attribute.

line_height : the line-height value
Returns : the new PangoAttribute.

pango_pdflib_attr_line_stacking_strategy_new ()

PangoAttribute* pango_pdflib_attr_line_stacking_strategy_new
                                            (PangoPDFLIBLineStackingStrategy line_stacking_strategy);

Create a new line-stacking_strategy attribute.

line_stacking_strategy : the line-stacking_strategy value
Returns : the new PangoAttribute.