Package: pango

GEnum pango:alignment

Declaration

(gobject:define-genum "PangoAlignment" alignment
  (:export t
   :type-initializer "pango_alignment_get_type")
  (:left 0)
  (:center 1)
  (:right 2))  

Values

:left
Put all available space on the right.
:center
Center the line within the available space.
:right
Put all available space on the left.

Details

The pango:alignment enumeration describes how to align the lines of a pango:layout object within the available space. If the pango:layout object is set to justify using the pango:layout-justify function, this only has effect for partial lines.
 

See also

2025-2-18