DTT_COMPOSITED top-level constant

int const DTT_COMPOSITED

Draws text with antialiased alpha. Use of this flag requires a top-down DIB section. This flag works only if the HDC passed to function DrawThemeTextEx has a top-down DIB section currently selected in it.

Implementation

const DTT_COMPOSITED = 1 << 13;