PHP-GTK
Wednesday, November 25, 2009 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousPango Enums
PangoAttrTypenext

Last updated: Wed, 25 Nov 2009
view this page in English

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.

User Contributed Notes
pango.enum.alignment.php
add a note about notes
There are no user contributed notes for this page.


previousPango Enums
PangoAttrTypenext

Last updated: Wed, 25 Nov 2009
view this page in English


credits 

PHP  Copyright © 2001-2009 The PHP Group
 All rights reserved.
Last updated: Wed Nov 25 02:46:32 2009 UTC