VERT (GUCHAR)

      Vertical alignment as follows:

      0x00

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

        Left to right

          Base alignment.
        Top to bottom
          Top alignment.
        Right to left
          Base alignment.
        Bottom to top
          Bottom alignment.
        0x02
          Top Alignment. The string is aligned on the top edge of its topmost character.
        0x03
          Reserved.
        0x04
          Half alignment. The string is aligned on the arithmetic mean of top and bottom.
        0x05
          Base alignment. The string is aligned on the base of its bottom character.
        0x06
          Bottom Alignment. The string is aligned on the bottom edge of its bottom character.
        0xFF
          Standard alignment. The alignment assumed depends on the current character direction:

          Left to right

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


          [Back] [Next]