Static Text Display Types

OS/2 Windows Explanation
DT_BOTTOM   Bottom justifies the text.
DT_CENTER   Centers the text horizontally.
DT_HALFTONE   Displays the text halftoned.
DT_LEFT   Left justifies the text.
DT_MNEMONIC   If a mnemonic prefix character is encountered, draws the next character with mnemonic emphasis.
DT_RIGHT   Right justifies the text.
DT_TOP   Top justifies the text.
DT_VCENTER   Vertically centers the text.
DT_WORDBREAK   Only words that fit completely within the supplied rectangle are drawn. A word is defined as any number of leading spaces followed by one or more visible characters and terminated by a space, carriage-return, or linefeed character.


OS/2 - Windows Styles Definitions: Detailed Descriptions
OS/2 - Windows Styles Definitions: Summary