Alignment

PangoAlignment: @PANGO_ALIGN_LEFT: Put all available space on the right @PANGO_ALIGN_CENTER: Center the line within the available space @PANGO_ALIGN_RIGHT: Put all available space on the left

A #PangoAlignment describes how to align the lines of a #PangoLayout within the available space. If the #PangoLayout is set to justify using pango_layout_set_justify(), this only has effect for partial lines.

Values

ValueMeaning
LeftPangoAlignment.PANGO_ALIGN_LEFT
CenterPangoAlignment.PANGO_ALIGN_CENTER

Meta