Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Justification modes


Enumerations

enum  {
  JUSTIFY_NORMAL = 0,
  JUSTIFY_CENTER_X = 0,
  JUSTIFY_LEFT = 0x00008000,
  JUSTIFY_RIGHT = 0x00010000,
  JUSTIFY_HZ_APART = JUSTIFY_LEFT|JUSTIFY_RIGHT,
  JUSTIFY_CENTER_Y = 0,
  JUSTIFY_TOP = 0x00020000,
  JUSTIFY_BOTTOM = 0x00040000,
  JUSTIFY_VT_APART = JUSTIFY_TOP|JUSTIFY_BOTTOM
}
 Justification modes. More...


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
JUSTIFY_NORMAL  Default justification is centered text.
JUSTIFY_CENTER_X  Text is centered horizontally.
JUSTIFY_LEFT  Text is left-justified.
JUSTIFY_RIGHT  Text is right-justified.
JUSTIFY_HZ_APART  Combination of JUSTIFY_LEFT & JUSTIFY_RIGHT.
JUSTIFY_CENTER_Y  Text is centered vertically.
JUSTIFY_TOP  Text is aligned with label top.
JUSTIFY_BOTTOM  Text is aligned with label bottom.
JUSTIFY_VT_APART  Combination of JUSTIFY_TOP & JUSTIFY_BOTTOM.