First stage of DrawText upgrade.
commitfd59f34ec072f8b00578ab2abae4528af19620df
authorBill Medland <medbi01@accpac.com>
Tue, 15 Jan 2002 20:29:35 +0000 (15 20:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 15 Jan 2002 20:29:35 +0000 (15 20:29 +0000)
tree6ee78ce44b00a1911c0f15db7aff2dd08791aac5
parent26a5261a6f6773bc419ab7b3c222eae272eeff38
First stage of DrawText upgrade.
- Rearrange code into three distinct areas; DrawText, GrayString,
  TabbedText.
- Remove unused macros.
- Modify treatment of Tab arguments to fit with observed behaviour.
  e.g. DrawTextEx with DT_TABSTOP but null dtp will not take the
  setting from the flags.  Also only uses bits 15 to 8, not the
  higher bits.
dlls/user/text.c