DT_NOPREFIX top-level constant

  1. @Deprecated('Use DRAW_TEXT_FORMAT.DT_NOPREFIX instead')
int const DT_NOPREFIX

Turns off processing of prefix characters. Normally, DrawText interprets the mnemonic-prefix character & as a directive to underscore the character that follows, and the mnemonic-prefix characters && as a directive to print a single &. By specifying DT_NOPREFIX, this processing is turned off.

Implementation

@Deprecated('Use DRAW_TEXT_FORMAT.DT_NOPREFIX instead')
const DT_NOPREFIX = 0x00000800;