PangoAlignment

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

Value

Symbolic name

Description

  0Pango::ALIGN_LEFT Put all available space on the left.
  1Pango::ALIGN_CENTER Center the line within the available space.
  2Pango::ALIGN_RIGHT Put all available space on the right.