HORIZ (GUCHAR)

      Horizontal alignment as follows:

      0x00

        Drawing default.
      0x01
        Normal alignment. The alignment assumed depends on the current character direction:

        Left to right

          Left alignment.
        Top to bottom
          Center alignment.
        Right to left
          Right alignment.
        Bottom to top
          Center alignment.
        0x02
          Left alignment. The string is aligned on the left edge of its leftmost character.
        0x03
          Center alignment. The string is aligned on the arithmetic mean of left and right.
        0x04
          Right alignment. The string is aligned on the right edge of its rightmost character.
        0xFF
          Standard alignment. The alignment assumed depends on the current character direction:

          Left to right

            Left alignment.
          Top to bottom
            Left alignment.
          Right to left
            Right alignment.
          Bottom to top
            Left alignment.


          [Back] [Next]