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 | | 0 | Pango::ALIGN_LEFT |
Put all available space on the left.
| | 1 | Pango::ALIGN_CENTER |
Center the line within the available space.
| | 2 | Pango::ALIGN_RIGHT |
Put all available space on the right.
|
User Contributed Notes pango.enum.alignment.php
| 
|
There are no user contributed notes for this page.
|
|